{% extends 'dashboard/base.html' %} {% block title %}{{ action }} Product{% endblock %} {% block page_title %}{{ action }} Product{% endblock %} {% block content %}

{{ action }} Product

Products / {{ action }}{% if product %} / {{ product.name }}{% endif %}
Back
{% csrf_token %}
Basic Information
Pricing
Leave empty if no discount applies
Variants
Comma-separated. Leave empty if no sizes.
Comma-separated color names.
Product Images
{% if product and product.image %} Main {% else %}
{% endif %}
{% if product and product.image2 %} Image 2 {% else %}
{% endif %}
{% if product and product.image3 %} Image 3 {% else %}
{% endif %}
Publish

Feature Flags

{% if product %} View on Store {% endif %}
{% if product %}
Danger Zone

This will permanently delete the product and all related data.

{% csrf_token %}
{% endif %}
{% endblock %}