From 8435dfabb114e46bf20ee8a3bdfe5eebd321a744 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Wed, 19 Mar 2014 10:49:57 +1100 Subject: [PATCH] Changing the cart summary text --- app/views/shop/checkout/_summary.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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