{% extends 'root/base.html' %} {% load static %} {% block title %} Product and Service Details {% endblock %} {% block maincontent %} {% include 'root/loader.html' %}
{% csrf_token %}

Add Products and Services


Internal Product no: {{new_product_id}}
Basic Product Information
In number of days
Additional Product Information
Product Multimedia Information

Upload Product Images
Default Image
Application help text - supported image type
  • Link To Product Webpage
    Application help text - link to product's official webpage
Extended Product Information
  • Price on Request
Supplier Information
Valid characters are A-Z a-z 0-9
Product Variants

Add variants if this products comes in multiple versions, like differnt size or color etc.

Product Specifications

Add product specifications for displaying a detailed information on the product.

Specification type Specification description
Add Discounts

Add discount to the product if purchased in certain quantity.

 
© 2021 Hiranya-Garbha Consultancy. All rights reserved.
{% include 'Shopping_Cart/select_product_category_modal/select_product_category.html' %} {% include 'Shopping_Cart/select_supplier_modal/select_supplier.html' %} {% endblock %}