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

{{brand.name}}

{{/if}} {{/if}}

{{#filter custom_fields 'Pattern Name' property='name'}} {{value}} {{/filter}}

{{#if release_date}}

({{release_date}})

{{/if}} {{#if options}}
{{#each options}} {{#if name '!==' "Unit of Measurement"}}
{{name}}:
{{#if is_file}} {{value}} {{else}} {{{ sanitize value}}} {{/if}}
{{/if}} {{/each}}
{{/if}} {{#if type '==' 'GiftCertificate'}} {{lang 'common.change'}} {{/if}} {{> components/cart/item-giftwrap this}} {{#if event_date}}
{{event_date.name}}
{{event_date.date}}
{{/if}} {{assignVar "sample" 0}} {{#filter options 'Unit of Measurement' property='name'}} {{#if value '===' 'Sample'}} {{assignVar "sample" 1}} {{/if}} {{/filter}}
    {{#filter custom_fields 'Catalog ID' property='name'}}
  • SKU: {{value}}
  • {{/filter}} {{#or (if (getVar "sample") '===' 0) (if ../theme_settings.currentsite '===' 'PKC')}} {{#filter custom_fields 'Color Name' property='name'}}
  • Color: {{value}}
  • {{/filter}} {{/or}}
{{#if ../theme_settings.currentsite '===' 'PK'}} {{#filter options 'Unit of Measurement' property='name'}} {{#if value '===' 'Sample'}} Sample Color Line {{else}} {{value}} {{/if}} {{/filter}} {{else}} {{#filter options 'Unit of Measurement' property='name'}} {{value}} {{/filter}} {{/if}}
{{lang 'cart.checkout.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}}
{{#if can_modify}} {{/if}} {{#if can_modify}} {{/if}}
{{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}} {{#or can_modify (if type '==' 'GiftCertificate')}} {{/or}}
{{/each}}