{{lang 'cart.added_to_cart.what_next' num_products=cart.quantity}}

{{#if cart.show_primary_checkout_button}} {{lang 'cart.added_to_cart.proceed_to_checkout'}} {{/if}}
{{#each cart.additional_checkout_buttons}} {{{this}}} {{/each}}
{{#if cart.show_multiple_address_shipping}}
{{lang 'cart.preview.checkout_multiple'}}
{{/if}}
{{lang 'cart.added_to_cart.order_subtotal'}} {{#or customer (if theme_settings.restrict_to_login '!==' true)}} {{cart.sub_total.formatted}} {{else}} {{> components/common/login-for-pricing}} {{/or}}

{{lang 'cart.added_to_cart.your_cart_contains' num_products=cart.quantity}}

{{lang 'cart.added_to_cart.continue_shopping'}} {{lang 'cart.added_to_cart.view_or_edit_cart'}}
{{#with cart.added_item}}
{{image.alt}}

{{name}}

{{brand.name}}
{{#or ../customer (if ../theme_settings.restrict_to_login '!==' true)}} {{quantity}} × {{price.formatted}} {{else}} {{> components/common/login-for-pricing}} {{/or}}
{{#each configurable_fields}}
{{name}}
{{#if is_file}} {{{value}}} {{else}} {{{value}}} {{/if}}
{{/each}} {{#each options}}
{{name}}
{{value}}
{{/each}}
{{/with}}
{{#if cart.suggested_products}}

{{lang 'cart.added_to_cart.you_might_also_like'}}…

    {{#each cart.suggested_products}}
  • {{> components/products/card hide_product_quick_view=true theme_settings=../theme_settings}}
  • {{/each}}
{{/if}}