{% extends 'layout/default.html' %} {% load i18n %} {% block title %}{% translate "Edit Product" %}{% endblock %} {% block addcss %} {% endblock %} {% block breadcumbheading %} {% translate "Manage Products" %} {% endblock %} {% block breadcumbfirst %} Manage Products {% endblock %} {% block breadcumbaddmore %} {% endblock %} {% block content %} {% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% csrf_token %}

Product Main Image

Set the product thumbnail image. Only *.png, *.jpg, and *.jpeg image files are accepted

Status

Set the product status.

Product Details

Set product type.
Add product to a category.

Edit

Enter the product SKU.
A product name is required and recommended to be unique.
Set a description to the product for better visibility.


Set a specification to the product for better visibility.

Media

{% for other_image in product.other_images.all %}

Remove

{% endfor %}
Set the product media gallery.

Pricing

Set the product price.
Cancel
{% endblock content %} {% block script %} {% endblock %}