{{#each custom_fields}}
{{#if name '===' '_product_tag'}}
{{#if value}}
{{value}}
{{/if}}
{{/if}}
{{/each}}
{{#and rating show_rating}}
{{/and}} {{#if brand.name}}
{{brand.name}}
{{/if}}{{name}}
{{#if can_purchase}}
IN STOCK
{{else}}
OUT OF STOCK
{{/if}}
{{#or customer (if theme_settings.restrict_to_login '!==' true)}}
{{> components/products/price price=price}}
{{else}}
{{> components/common/login-for-pricing}}
{{/or}}
{{> components/products/addtocarts}}
{{> components/products/bulk-discount-rates}}