{% extends 'user/components/base.html' %} {% block title %}Detail{% endblock %} {% block body %} {% load static %}
{% if product.featured_image %} {{product.name}} {% elif product.image1 %} {{product.name}} {% elif product.image2 %} {{product.name}} {% elif product.image3 %} {{product.name}} {% endif %}
{% if product.featured_image %} {{product.name}} {% endif %} {% if product.image1 %} {{product.name}} {% endif %} {% if product.image2 %} {{product.name}} {% endif %} {% if product.image3 %} {{product.name}} {% endif %}

{{ product.name }}

Brands: {{ product.brand.name }}

{% if product.sale_price %} MMK {{product.sale_price}} MMK {{product.regular_price}} {% if discount_percent != 0 %} {{ discount_percent }}% Off {% endif %} {% else %} MMK {{product.regular_price}} {% endif %}

{{product.description}}

    {% if "type" in fields %}
  • TYPE :   {{product.type.name}}
  • {% endif %} {% if "hp" in fields %}
  • HP :   {{product.hp.name}}
  • {% endif %} {% if "kg" in fields %}
  • KG :   {{product.kg.name}}
  • {% endif %} {% if "watt" in fields %}
  • WATT :   {{product.watt.name}}
  • {% endif %} {% if "tank" in fields %}
  • TANK :   {{product.tank.name}}
  • {% endif %} {% if "door" in fields %}
  • DOOR :   {{product.door.name}}
  • {% endif %} {% if "auto_manual" in fields %}
  • AUTO/MANUAL :   {{product.auto_manual.name}}
  • {% endif %} {% if "hot_cold" in fields %}
  • HOT/COLD :   {{product.hot_cold.name}}
  • {% endif %} {% if "ac_dc" in fields %}
  • AC/DC :   {{product.ac_dc.name}}
  • {% endif %} {% if "pump_nopump" in fields %}
  • PUMP/NO-PUMP :   {{product.pump_nopump.name}}
  • {% endif %} {% if "inv_non" in fields %}
  • INVERTER/NON-IVERTER :   {{product.inv_non.name}}
  • {% endif %}
  • Availability: {{ product.quantity }} Items In Stock
{% for info in product.additional_info.all %} {% endfor %}
{{ info.key }} {{ info.value }}

Jacky Chan

Thank you very fast shipping from Poland only 3 days.

December 4, 2020 at 3:12 PM

Jacky Chan

Authentic and Beautiful,Love these way more than ever expected They are Great earphones

December 4, 2020 at 3:12 PM

Jacky Chan

Great low price and works well.

December 4, 2020 at 3:12 PM

Add a review

Related Products

{% for product in products %}
{{product.name}}
{% if product.quantity == 0 %}
Out Of Stock
{% endif %}
{{product.brand.name}}

{{product.name}}

{% if product.sale_price %} MMK {{product.sale_price}} MMK {{product.regular_price}} {% else %} MMK {{product.regular_price}} {% endif %}
{% endfor %}
{% endblock %}