-
{{lang 'cart.checkout.subtotal'}}:
{{cart.sub_total.formatted}}
{{#if cart.gift_wrapping_cost.amount}}
-
{{lang 'cart.checkout.gift_wrapping'}}:
{{cart.gift_wrapping_cost.formatted}}
{{/if}}
{{#if cart.shipping_handling.show_estimator}}
-
{{lang 'cart.checkout.shipping'}}:
{{> components/cart/shipping-estimator cart.shipping_handling}}
{{/if}}
{{#each cart.taxes}}
-
{{name}}:
{{cost.formatted}}
{{/each}}
{{#if cart.discount }}
-
{{lang 'cart.discount'}}:
{{cart.discount.formatted}}
{{/if}}
{{#if cart.coupons}}
{{#each cart.coupons}}
-
{{lang 'cart.coupons.code_label' code=code}}
{{discount.formatted}}
{{/each}}
{{else}}
-
{{lang 'cart.coupon_code'}}:
{{> components/cart/coupon-input}}
{{/if}}
{{#each cart.gift_certificates}}
-
{{used.formatted}}
{{/each}}
-
{{lang 'cart.gift_certificates.gift_certificate'}}:
{{> components/cart/gift-certificate-input}}
-
{{lang 'cart.checkout.grand_total'}}:
{{cart.grand_total.formatted}}