--- cart: true --- {{#partial "page"}}
{{> components/cart/page-title}}
{{> components/cart/status-messages}}
{{#if cart.items.length}}
{{> components/cart/content}}
{{> components/cart/totals}}
{{{region name="cart_below_totals"}}} {{#if cart.show_primary_checkout_button}}
{{lang 'cart.checkout.button'}} {{#if cart.show_multiple_address_shipping}} {{lang 'cart.preview.checkout_multiple'}} {{/if}}
{{else}} {{/if}} {{#if cart.additional_checkout_buttons}}
{{#each cart.additional_checkout_buttons}} {{{this}}} {{/each}}
{{/if}} {{else}}

{{lang 'cart.checkout.empty_cart'}}

{{/if}}
{{/partial}} {{> layout/base}}