Categories
Manage product categories from the package-owned admin UI.
{{ page_error }}
Create category
{% if error %}{{ error }}
{% endif %}| 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 %}