{% if commerce_config.logo_url %}
{% endif %}
{{ commerce_config.project_title }}
Products
Manage commerce products for {{ commerce_config.project_title }} from the admin UI.
{{ error }}
Create product
{% if error %}{{ error }}
{% endif %}| 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 |
No products have been created yet.
{% endif %}