{{#each products}}
  • {{#if this.image}} {{> components/common/responsive-img image=this.image class="listItem-image" fallback_size=theme_settings.productgallery_size lazyload=theme_settings.lazyload_mode default_image=theme_settings.default_image_product }} {{else}} {{/if}}
    {{#filter custom_fields '_is_new' property="name"}} {{#or value '==' 'Yes' value '==' 'yes'}}
    NEW
    {{/or}} {{/filter}}
    {{#each this.custom_fields}} {{#if name '===' 'Description'}} {{value}} {{/if}} {{/each}}
    {{!-- {{#if this.stock_level '===' null}} {{else}} {{#if this.stock_level '>' 0}} {{else}} {{#filter this.custom_fields 'On order' property="name"}} {{#unless value '<' '1'}} {{/unless}} {{/filter}} {{/if}} {{/if}} --}} {{#if this.availability '===' ''}} {{else if this.availability '===' '0'}} {{else}} {{lang 'pdp.instock' value=this.availability}} {{/if}} {{#filter this.custom_fields 'On order' property="name"}} {{#if value '>' '0'}} {{lang 'pdp.onorder' value=value}} {{#filter ../this.custom_fields 'On order message' property="name"}} {{value}} {{/filter}} {{/if}} {{/filter}} {{!-- {{#if this.stock_level '<' '1'}} {{#filter this.custom_fields 'On order' property="name"}} {{#if value '<' '1'}} Contact Us {{/if}} {{/filter}} {{/if}} --}}
    {{this.price.without_tax.formatted}} ADD TO CART {{!-- --}}
    {{#if ../show_compare}} {{/if}} {{!--
    --}}
  • {{/each}}