{% if commerce_config.favicon_url %} {% endif %}
{% if commerce_config.logo_url %} {{ commerce_config.project_title }} logo {% endif %} {{ commerce_config.project_title }}

{{ product.name }}

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

{% if error %}

{{ error }}

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

{{ product.summary }}

{% endif %} {% if product.description %}

{{ product.description }}

{% endif %}

Add price option

{% if error %}

{{ error }}

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

No price options have been created for this product yet.

{% endif %}