{{> menu}}
{{currencySymbol config.currencySymbol}}

This sets a readable URL for the product

  • Name:
    Label:
    Type:
    Options:

  • {{#each options}}
  • {{this.optName}}
    {{this.optLabel}}
    {{this.optType}}
    {{{this.optOptions}}}
  • {{/each}}

Here you can set options for your product. Eg: Size, color, style

Tag words are used to making searching for products easier

Product images

{{#if images}}
{{#each images}}

Delete {{#ifCond this.productImage '==' true}} main image {{else}} Set as main image {{/ifCond}}

{{/each}}
{{else}}

No images have been uploaded for this product

{{/if}}