{{#if config.trackStock}}
{{/if}}

{{ @root.__ "This sets a readable URL for the product" }}

  • {{ @root.__ "Name" }}:
    {{ @root.__ "Label" }}:
    {{ @root.__ "Type" }}:
    {{ @root.__ "Options" }}:

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

{{ @root.__ "Here you can set options for your product. Eg: Size, color, style" }}

{{#ifCond config.paymentGateway '==' 'stripe'}}

First setup the plan in Stripe dashboard and enter the Plan ID. Format: plan_XXXXXXXXXXXXXX

{{/ifCond}}

{{ @root.__ "Allow free form comments when adding products to cart" }}

{{ @root.__ "Tag words used to indexed products, making them easier to find and filter." }}

{{ @root.__ "Product images" }}

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

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

{{/each}}
{{else}}

{{ @root.__ "No images have been uploaded for this product" }}

{{/if}}