diff --git a/app/views/shop/checkout/_summary.html.haml b/app/views/shop/checkout/_summary.html.haml index cc215ffecc..8acd254d69 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 Produce cost + %th Produce %td= current_order.display_item_total - checkout_adjustments_for_summary(current_order).each do |adjustment| @@ -12,7 +12,7 @@ %th= adjustment.label %td= adjustment.display_amount.to_html %tr - %th Shipping cost + %th Shipping %td {{ shippingPrice() | currency }} %tr %th Cart total