{{ product.name }}
{% for image in product.images.all %} {{ product.name }} {% endfor %}

{{ product.name }}

{% if product.original_price %} Regular Price : ৳{{ product.original_price }} Offer Price :৳{{ product.price }} {% else %} Price :৳{{ product.price }} {% endif %}

Availability: {{ product.get_availability_display }}

SKU: {{ product.sku }}
Quick Overview
{{ product.quick_overview|safe }}
{% include 'snippets/product/support.html' %}
{% if product.specification %}

Specification

{{ product.specification|safe }}
{% endif %} {% if product.description %}

Description

{{ product.description|safe }}
{% endif %}