{{> themes/Cloth/front-menu}}
{{#if result.productImage}}
{{{feather 'chevron-left'}}}
...
{{{feather 'chevron-right'}}}
{{else}}
...
{{/if}} {{#ifCond @root.images.length '>' 1}}
{{#each @root.images}}
{{/each}}
{{/ifCond}}

{{result.productTitle}}

{{currencySymbol config.currencySymbol}}{{result.productPrice}}

{{#if productOptions}}

{{ @root.__ "Options" }}

{{#each productOptions}} {{#ifCond this.optType '==' "select"}} {{../this.optLabel}} {{/ifCond}} {{#ifCond this.optType '==' "radio"}} {{../this.optLabel}} {{#each ../this.optOptions}}
{{/each}} {{/ifCond}} {{#ifCond this.optType '==' "checkbox"}}
{{/ifCond}} {{/each}}
{{/if}} {{#if config.trackStock}} {{#ifCond result.productStock '==' 0}}

Out of stock

{{/ifCond}} {{/if}}

{{ @root.__ "Quantity" }}

{{#if result.productComment}}
{{ @root.__ "Leave a comment?" }}
{{/if}}
{{{fixTags result.productDescription}}}
{{#if config.showRelatedProducts}} {{#if relatedProducts}}

Related products

{{#each relatedProducts}}
{{#if productPermalink}} {{else}}
{{#if productImage}} ... {{else}} ... {{/if}}

{{this.productTitle}}

{{/if}}

{{currencySymbol ../config.currencySymbol}}{{formatAmount productPrice}}

{{#if productPermalink}} {{ @root.__ "View" }} {{else}} {{ @root.__ "View" }} {{/if}}

{{/each}}
{{/if}} {{/if}}