Categories
Products
Orders
Edit category
Slug: {{ category.slug }}
{% if error %}
{{ error }}
{% endif %}
Name
Status
{% for value in ["active", "hidden", "archived"] %}
{{ value }}
{% endfor %}
Parent category
No parent
{% for option in parent_options %}
{{ option.name }}
{% endfor %}
Sort order
Description
{{ category.description }}
Save category changes