{{!--
NEW
--}}
{{#filter custom_fields '_is_new' property="name"}}
{{#or value '==' 'yes' value '==' 'Yes'}}
NEW
{{else}}
no
{{/or}}
{{/filter}}
{{#and rating show_rating}}
{{/and}} {{!-- {{#if brand.name}}
{{brand.name}}
{{/if}} --}}{{name}}
{{id}}
{{#filter custom_fields 'Description' property='name'}}
{{value}}
{{/filter}}
{{#if can_purchase}}
IN STOCK
{{else}}
{{!--
OUT STOCK
--}}
{{/if}}
{{#unless price.without_tax.value '===' 0}}
{{#or customer (if theme_settings.restrict_to_login '!==' true)}}
{{> components/products/price price=price}}
{{else}}
{{> components/common/login-for-pricing}}
{{/or}}
{{/unless}}
{{> components/products/addtocarts class=class}}
{{> components/products/bulk-discount-rates}}