{{#if product.warranty}}
{{#JSONparse product.warranty}}
{{#if overview}}
{{{overview}}}
{{/if}}
{{#if specification}}
{{/if}}
{{/JSONparse}}
{{/if}}
{{#filter product.options 'Group' property='display_name'}}
{{#or values prefill}}
|
{{lang 'pdp.product_list.name'}} |
{{lang 'pdp.product_list.desc'}} |
{{lang 'pdp.product_list.stock'}} |
{{lang 'pdp.product_list.price'}} |
{{lang 'pdp.product_list.qty'}} |
{{/or}}
{{/filter}}