Categories
Manage product categories for {{ commerce_config.host_site_title }}.
Manage product categories for {{ commerce_config.store_title }}.
{{ page_error }}
Existing categories
{% if categories %}| Name | Slug | Status | Parent | Sort | Actions |
|---|---|---|---|---|---|
| {{ category.name }} | {{ category.slug }} | {{ category.status.value }} | {{ category.parent_slug or "" }} | {{ category.sort_order }} | Edit category |
No categories have been created yet.
{% endif %}