{% if commerce_config.favicon_url %} {% endif %}
Back to {{ commerce_config.host_site_title }}
{% if commerce_config.logo_url %} {{ commerce_config.host_site_title }} logo {% endif %} {{ commerce_config.host_site_title }} Admin

Categories

Manage product categories for {{ commerce_config.host_site_title }}.

Manage product categories for {{ commerce_config.store_title }}.

Create category

{% set page_error = error or request.args.get("error") %} {% if page_error %}

{{ page_error }}

{% endif %}

Existing categories

{% if categories %}
{% for category in categories %} {% endfor %}
Name Slug Status Parent Sort Actions
{{ category.name }} {{ category.slug }} {{ category.status.value }} {{ category.parent_slug or "" }} {{ category.sort_order }} Edit category
{% else %}

No categories have been created yet.

{% endif %}