{{ product.name }}
{{ product.slug }} · {{ product.kind.value }} · {{ product.status.value }}
{% if product.main_image_url %}Current main image
{{ product.name }}{{ error }}
{% endif %} {% if product.summary %}{{ product.summary }}
{% endif %} {% if product.description %}{{ product.description }}
{% endif %}Gallery images
{% for image in product.gallery_images %}
{% endfor %}
Add price option
{% if error %}{{ error }}
{% endif %}Price options
| Code | Label | Amount | Status | Billing | Sort order | Admin |
|---|---|---|---|---|---|---|
| {{ price.code }} | {{ price.label }} | {{ price.amount.currency }} {{ price.amount.major() }} | {{ price.status.value }} | {{ price.billing_mode.value }}{% if price.billing_interval %} / {{ price.billing_interval }}{% endif %} | {{ price.sort_order }} | Edit price |
No price options have been created for this product yet.