← Products

{{ product.name }}

{{ product.slug }} · {{ product.kind.value }} · {{ product.status.value }}

{% if error %}

{{ error }}

{% endif %} {% if product.summary %}

{{ product.summary }}

{% endif %}

View public product page

Edit product

Add price option

{% if error %}

{{ error }}

{% endif %}

Price options

{% if product.prices %} {% for price in product.prices %} {% endfor %}
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
{% else %}

No prices have been created yet.

{% endif %}