{% if commerce_config.favicon_url %} {% endif %}
{% if commerce_config.logo_url %} {{ commerce_config.project_title }} logo {% endif %} {{ commerce_config.project_title }}

Products

Manage commerce products for {{ commerce_config.project_title }} from the admin UI.

{% if error %}

{{ error }}

{% endif %}

Create product

{% if error %}

{{ error }}

{% endif %}
{% if not categories %}

No categories yet. Create categories from the Categories page.

{% endif %}

Optional. You can also add or replace the image later from the product edit page.

{% if products %} {% for product in products %} {% endfor %}
Image Name Slug Categories Status Kind Prices Admin Public URL
{% if product.main_image_url %} {{ product.name }} {% else %} No image {% endif %} {{ product.name }} {{ product.slug }} {{ product.category_slugs | join(", ") }} {{ product.status.value }} {{ product.kind.value }} {{ product.prices | length }} Manage View
{% else %}

No products have been created yet.

{% endif %}