diff --git a/app/views/shop/checkout/_summary.html.haml b/app/views/shop/checkout/_summary.html.haml index f7645f255d..cc215ffecc 100644 --- a/app/views/shop/checkout/_summary.html.haml +++ b/app/views/shop/checkout/_summary.html.haml @@ -4,7 +4,7 @@ %legend Your Order %table %tr - %th Cart subtotal + %th Produce cost %td= current_order.display_item_total - checkout_adjustments_for_summary(current_order).each do |adjustment|