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

View Products and Services


{% csrf_token %}
Internal Product no: {{product_details.product_id}}
Basic Product Information
Additional Product Information
Product Multimedia Information

Upload Product Images
Default
  • Link To Product Webpage
Extended Product Information
  • Price on Request
  • Product Status
Supplier Information
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.

{% for product_spec in product_specification %} {% endfor %}
Specification type Specification description
{{product_spec.product_info_key}} {{product_spec.product_info_value}}
Add Discounts

Add discount to the product if purchased in certain quantity.



{% include 'Shopping_Cart/select_product_category_modal/select_product_category.html' %} {% include 'Shopping_Cart/select_supplier_modal/select_supplier.html' %} {{ eform_configured |json_script:"eform_configured" }} {{ product_specification |json_script:"product_specification" }} {% endblock %}