{{ product.name }}
{{ product.slug }} · {{ product.kind.value }} · {{ product.status.value }}
{% if error %}{{ error }}
{% endif %} {% if product.summary %}{{ product.summary }}
{% endif %}Add price option
{% if error %}{{ error }}
{% endif %}Price options
{% if product.prices %}| Label | Code | Amount | Status | Billing | Actions |
|---|---|---|---|---|---|
| {{ price.label }} | {{ price.code }} | {{ price.amount.currency }} {{ price.amount.major() }} | {{ price.status.value }} | {{ price.billing_mode.value }}{% if price.billing_interval %} / {{ price.billing_interval }}{% endif %} | Edit price |
No prices have been created yet.
{% endif %}