{{lang 'cart.checkout.totals'}}

{{lang 'cart.checkout.subtotal'}} {{cart.sub_total.formatted}}
{{#compare cart.gift_wrapping_cost.value 0 operator=">"}}
{{lang 'cart.checkout.gift_wrapping'}} {{cart.gift_wrapping_cost.formatted}}
{{/compare}} {{#if cart.shipping_handling.show_estimator}}
{{lang 'cart.checkout.shipping'}} {{lang 'cart.shipping_estimator.add_info'}}
{{> components/cart/shipping-estimator cart.shipping_handling}}
{{/if}} {{#each cart.coupons}}{{#if discount.value '!==' 0}}
{{lang 'cart.coupons.code_label' code=code}} {{discount.formatted}}
{{/if}}{{/each}} {{#if gift_certificates_enabled}} {{#each cart.gift_certificates}}
{{lang 'cart.gift_certificates.code_totals_label' code=code}} {{used.formatted}}
{{/each}} {{/if}} {{#each cart.taxes}}
{{name}} {{cost.formatted}}
{{/each}}
{{lang 'cart.checkout.grand_total'}} {{cart.grand_total.formatted}}
{{lang 'cart.checkout.button'}} {{#if show_multiple_address_shipping}}

{{lang 'cart.checkout.address.or'}} {{lang 'cart.checkout.address.multiple'}}

{{/if}}
{{#each cart.additional_checkout_buttons}} {{{this}}} {{/each}}