{{#filter custom_fields '_product_tag' property="name"}}
{{#if value}}
{{value}}
{{/if}}
{{/filter}}
{{!--
--}}
{{#filter custom_fields 'Display name' property="name"}}
{{else}}
{{/filter}}
{{#filter custom_fields 'Description' property="name"}}
{{value}}
{{/filter}}
{{!--
--}}
{{#if availability '===' ''}}
{{else if availability '===' '0'}}
{{else}}
{{lang 'pdp.instock' value=availability}}
{{/if}}
{{#filter custom_fields 'On order' property="name"}}
{{#if value '>' 0}}
{{lang 'pdp.onorder' value=value}}
{{#filter ../custom_fields 'On order message' property="name"}}
{{value}}
{{/filter}}
{{/if}}
{{/filter}}
{{!--
--}}
{{#unless price.without_tax.value '===' 0}}
{{#or customer (if theme_settings.restrict_to_login '!==' true)}}
{{> components/products/pdp/price price=price}}
{{else}}
{{> components/common/login-for-pricing}}
{{/or}}
{{/unless}}
{{> components/products/pdp/addtocarts}}
{{> components/products/bulk-discount-rates}}