{{#each images }}
{{/each}}
{{#unless images}}
{{/unless}}
{{#each custom_fields}}
{{#if this.name "===" "new"}}
{{/if}}
{{#if this.name "===" "bestseller"}}
{{/if}}
{{#if this.name "===" "freeshipping"}}
{{/if}}
{{#if this.name "===" "sale"}}
{{/if}}
{{#if this.name "===" "preorder"}}
{{/if}}
{{/each}}
{{#if false}}
{{#each custom_fields}}
{{this}}
{{/each}}
{{/if}}
{{#if this.name "===" "bestseller"}}
{{/if}}
{{#if this.name "===" "freeshipping"}}
{{/if}}
{{#if this.name "===" "sale"}}
{{/if}}
{{#if this.name "===" "preorder"}}
{{/if}}
{{/each}}
{{#unless hide_product_quick_view}}
{{#if theme_settings.show_product_quick_view}}
{{#if settings.data_tag_enabled}}
{{else}}
{{/if}}
{{/if}}
{{/unless}}
{{#if show_compare}}
{{/if}}
{{#or customer (if theme_settings.restrict_to_login '!==' true)}}
{{#if show_cart_action}}
{{#if has_options}}
{{lang 'products.choose_options'}}
{{/if}}
{{#if pre_order}}
{{lang 'products.pre_order'}}
{{/if}}
{{#if add_to_cart_url }}
{{lang 'products.add_to_cart'}}
{{/if}}
{{#if out_of_stock_message }}
{{out_of_stock_message}}
{{/if}}
{{/if}}
{{/or}}
{{#if false}}
{{#and rating show_rating}}
{{lang 'products.choose_options'}}
{{/and}} {{/if}}
{{name}}
{{#or customer (if theme_settings.restrict_to_login '!==' true)}}
{{> components/products/price price=price}}
{{else}}
{{> components/common/login-for-pricing}}
{{/or}}
{{> components/products/bulk-discount-rates}}