{{#if product.description}}
{{{product.description}}}
{{/if}} {{#if product.warranty}}
{{{product.warranty}}}
{{/if}} {{#all product.custom_fields theme_settings.show_custom_fields_tabs}}
{{#each product.custom_fields}}
{{name}}:
{{{value}}}
{{/each}}
{{/all}} {{#all settings.show_product_reviews theme_settings.show_product_reviews}}
{{> components/products/reviews reviews=product.reviews product=product urls=urls}}
{{/all}}