{{> partials/menu}} {{ @root.__ "Upload image" }} {{ @root.__ "Save product" }} {{ @root.__ "Edit product" }} {{ @root.__ "Product title" }} * {{ @root.__ "Product price" }} * {{currencySymbol config.currencySymbol}} {{ @root.__ "Status" }} {{ @root.__ "Published" }} {{ @root.__ "Draft" }} {{#if config.trackStock}} {{ @root.__ "Stock level" }} {{/if}} {{ @root.__ "Product description" }} * {{result.productDescription}} Permalink {{ @root.__ "Validate" }} {{ @root.__ "This sets a readable URL for the product" }} {{ @root.__ "Product options" }} {{ @root.__ "Name" }}: {{ @root.__ "Label" }}: {{ @root.__ "Type" }}: Select Radio Checkbox {{ @root.__ "Options" }}: {{ @root.__ "Add" }} {{#each options}} {{this.optName}} {{this.optLabel}} {{this.optType}} {{{this.optOptions}}} {{ @root.__ "Remove" }} {{/each}} {{ @root.__ "Here you can set options for your product. Eg: Size, color, style" }} {{#ifCond config.paymentGateway '==' 'stripe'}} Subscription plan First setup the plan in Stripe dashboard and enter the Plan ID. Format: plan_XXXXXXXXXXXXXX {{/ifCond}} {{ @root.__ "Allow comment" }} {{ @root.__ "Allow free form comments when adding products to cart" }} {{ @root.__ "Product tag words" }} {{ @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}}
{{ @root.__ "This sets a readable URL for the product" }}
{{ @root.__ "Here you can set options for your product. Eg: Size, color, style" }}
First setup the plan in Stripe dashboard and enter the Plan ID. Format: plan_XXXXXXXXXXXXXX
{{ @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.__ "Delete" }} {{#ifCond this.productImage '==' true}} {{ @root.__ "main image" }} {{else}} {{ @root.__ "Set as main image" }} {{/ifCond}}