{{!--
{{lang 'cart.checkout.item'}} {{lang 'cart.checkout.price'}} {{lang 'cart.checkout.quantity'}} {{lang 'cart.checkout.total'}}
--}}
{{#each cart.items}}
{{#or can_modify (if type '==' 'GiftCertificate')}}
{{/or}} {{#if type '==' 'GiftCertificate'}}
{{lang 'cart.gift_certificate'}}
{{else}}
{{> components/common/responsive-img image=image class="cart-item-image" fallback_size=../theme_settings.productthumb_size lazyload='disabled' default_image=../theme_settings.default_image_product }}
{{/if}}
{{#if brand.name}}

{{brand.name}}

{{/if}}

{{name}}

{{#if release_date}}

({{release_date}})

{{/if}} {{#if options}}
{{#each options}}
{{name}}:
{{#if is_file}} {{value}} {{else}} {{{ sanitize value}}} {{/if}}
{{/each}}
{{lang 'cart.checkout.change'}} {{/if}} {{#if type '==' 'GiftCertificate'}} {{lang 'cart.checkout.change'}} {{/if}} {{> components/cart/item-giftwrap this}} {{#if event_date}}
{{event_date.name}}
{{event_date.date}}
{{/if}}
{{lang 'cart.checkout.sku'}} - {{sku}}
{{lang 'cart.checkout.unit_price'}}: {{#or ../customer (if ../theme_settings.restrict_to_login '!==' true)}} {{price.formatted}} {{#if price_discounted}} {{price_discounted.formatted}} {{/if}} {{else}} {{> components/common/login-for-pricing}} {{/or}}
{{lang 'cart.checkout.total'}}: {{#or ../customer (if ../theme_settings.restrict_to_login '!==' true)}} {{total.formatted}} {{#if total_discounted}} {{total_discounted.formatted}} {{/if}} {{else}} {{> components/common/login-for-pricing}} {{/or}}
{{#if can_modify}} {{/if}} {{#if can_modify}} {{/if}}
{{/each}}