{{lang 'cart.checkout.item'}} | {{lang 'cart.checkout.price'}} | {{lang 'cart.checkout.quantity'}} | {{lang 'cart.checkout.total'}} | |
---|---|---|---|---|
{{#if type '==' 'GiftCertificate'}} {{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}} |
{{name}}{{#if this.sku}}Item #: {{this.sku}}{{/if}}{{lang "In Stock"}}{{#unless sku '===' 'E-GIFT CARD'}}{{lang "On Backorder"}}{{/unless}}({{release_date}}) {{/if}} {{#if options}}
{{#if custom_fields}}
{{#each custom_fields}}
{{#if name '===' 'warning_code'}}
{{lang 'Edit'}}
{{/if}}
{{#if type '==' 'GiftCertificate'}}
{{lang 'common.change'}}
{{/if}}
{{> components/cart/item-giftwrap this}}
{{#if event_date}}
{{/if}}
{{value}}
{{/if}}
{{/each}}
{{/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}} |