Products

Manage commerce products from the package-owned admin UI.

{% if error %}

{{ error }}

{% endif %}

Create product

{% if error %}

{{ error }}

{% endif %}
{% if not categories %}

No categories yet. Create categories from the Categories page.

{% endif %}
{% if products %} {% for product in products %} {% endfor %}
Name Slug Categories Status Kind Prices Admin Public URL
{{ product.name }} {{ product.slug }} {{ product.category_slugs | join(", ") }} {{ product.status.value }} {{ product.kind.value }} {{ product.prices | length }} Manage View
{% else %}

No products have been created yet.

{% endif %}