--- products: featured: true cart: true customer: wishlists: true --- {{inject 'cancelButtonText' (lang 'common.cancel')}} {{#partial "page"}} {{inject 'invalidEntryMessage' (lang 'cart.invalid_entry_message')}}
{{> components/common/breadcrumbs breadcrumbs=breadcrumbs}} {{> components/cart/page-title}} {{#if cart.items.length}} {{> components/cart/actions-toolbar}}
{{/if}} {{#if cart.show_primary_checkout_button}}
{{lang 'cart.checkout.button'}} {{#if cart.show_multiple_address_shipping}} {{lang 'cart.preview.checkout_multiple'}} {{/if}} {{> components/cart/free-shipping}}
{{else}} {{/if}}
{{> components/cart/status-messages}}
{{#if cart.items.length}}
{{> components/cart/content}}
{{> components/cart/table-cms}}
{{> components/cart/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}} {{> components/cart/free-shipping}}
{{{region name="cart_below_totals"}}}
{{#each cart.items}} {{> components/common/wishlist-modal-cart-content customer=../customer}} {{/each}} {{> components/common/wishlist-modal-cart-content product_id=0 customer=customer}}
{{else}}

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

{{/if}} {{#if products.featured}} {{> components/products/featured products=products.featured columns=theme_settings.homepage_featured_products_column_count}} {{/if}} {{{region name="CMS_CART"}}}
{{/partial}} {{> layout/base}}