diff --git a/app/views/spree/orders/_form.html.haml b/app/views/spree/orders/_form.html.haml
index 5f7183a6cd..f0edc75221 100644
--- a/app/views/spree/orders/_form.html.haml
+++ b/app/views/spree/orders/_form.html.haml
@@ -45,7 +45,8 @@
%td.text-right
%span.order-total.distribution-total= display_checkout_admin_and_handling_adjustments_total_for(@order)
%td
-
+
+ / This is the fees row which we want to replace with the pop-over
/ %tr
/ %td{colspan:"5"}
/ = render "spree/orders/adjustments" unless @order.adjustments.eligible.blank?