{% extends 'root/base.html' %} {% load static %} {% block title %} Product and Service Details {% endblock %} {% block maincontent %} {% include 'root/loader.html' %}
Add variants if this products comes in multiple versions, like differnt size or color etc.
Add product specifications for displaying a detailed information on the product.
| Specification type | Specification description |
|---|---|
| {{product_spec.product_info_key}} | {{product_spec.product_info_value}} |
Add discount to the product if purchased in certain quantity.