{{product.title}}
{{#if product.warranty}} {{#JSONparse product.warranty}} {{#if howPackaged}}{{howPackaged}}
{{/if}} {{/JSONparse}} {{/if}} {{#or customer (if theme_settings.restrict_to_login '!==' true)}} {{#if product.price}}{{> components/products/price price=product.price}}
{{/if}}
{{else}}
{{> components/common/login-for-pricing}}
{{/or}}
{{#if product.stock_level}}
{{#if product.stock_level '>' 0}}
{{lang 'products.in_stock'}}
{{else}}
{{lang 'products.out_of_stock'}}
{{/if}}
{{else}}
{{#if product.can_purchase}}
{{lang 'products.in_stock'}}
{{else}}
{{lang 'products.out_of_stock'}}
{{/if}}
{{/if}}
{{#if product.pre_order}}
{{lang 'products.preorder'}}
{{/if}}
{{#if product.summary}}
{{{product.summary}}}
{{/if}}