{{#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." }}