Products
Manage commerce products from the package-owned 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 %}