<%= Spree.t(:item_total) %>: | <%= order.display_item_total.to_html %> |
<%= label %> | <%= Spree::Money.new(adjustments.sum(&:amount), currency: order.currency).to_html %> |
<%= label %> | <%= Spree::Money.new(adjustments.sum(&:amount), currency: order.currency).to_html %> |
<%= Spree.t(:shipping_total) %> | <%= Spree::Money.new(order.shipments.to_a.sum(&:cost), currency: order.currency).to_html %> |
<%= label %> | <%= Spree::Money.new(adjustments.sum(&:amount), currency: order.currency).to_html %> |
<%= adjustment.label %>: | <%= adjustment.display_amount.to_html %> |
<%= Spree.t(:order_total) %>: | <%= order.display_total.to_html %> |