{% extends "client_base.html" %} {% load static %} {% block title %}Home{% endblock %} {% block content %}
{% for slider in hero_sliders %}
slider img
{% empty %}
slider img
slider img
slider img
{% endfor %}
{% for side in side_sliders %}
side slider img
{% empty %}
slider img
slider img
{% endfor %}

Categories

{% for category in categories %} {% endfor %}
{% comment %} {% endcomment %}

{% for item in oobj_list %}
{% with varient=item.product_attribute.first %} {% if varient.discount_price %} {{ varient.discount_percentage }}% OFF {% endif %} {% endwith %} {% comment %} {% endcomment %}
{% if item.product_attribute.all %} {% else %}
{% with varient=item.product_varient.first %} product img {% endwith %}
{% endif %}
{{item.product_name}} {% for varient in item.product_attribute.all %} {% if varient.discount_price %}
৳ {{ varient.discount_price }} ৳ {{ varient.regular_price }}
{% else %}
৳ {{ varient.regular_price }}
{% endif %} {% comment %}

10 (0)

12 Sold

{% endcomment %}

Stock: {{varient.product.product_stock_status}} {% if varient.stock > 0 and variant.stock >= item.moq %} In stock {% else %} Out of stock {% endif %}

{% endfor %}
{% comment %} {% if varient.stock > 0 and variant.stock >= item.moq %} Buy now {% else %} Buy now {% endif %} {% endcomment %} Buy now
{% endfor %}
{% if flashsell_products %}

Flash Sale Products

{% for item in flashsell_products %}
{% if item.cover_product_attribute.final_discount.total_discount%} {{ item.cover_product_attribute.final_discount.total_discount_percentage }}% OFF {% endif %} {% comment %} {% endcomment %}
{{ item.product_name }} {% if item.cover_product_attribute.final_discount.total_discount %}
৳ {{ item.cover_product_attribute.product_final_price }} ৳ {{ item.cover_product_attribute.regular_price }}
{% else %}
৳ {{ item.cover_product_attribute.regular_price }}
{% endif %}

{% if item.product_stock_status.flag %} Stock: {{item.product_stock_status.stock_qty}} {% else %} Out of stock {% endif %}

{% comment %} {% if item.product_stock_status.flag %} Buy now {% else %} Buy now {% endif %} {% endcomment %} Buy now
{% endfor %}
{% endif %}

Popular Products

{% for item in popular_products %}
{% if item.cover_product_attribute.final_discount.total_discount%} {{ item.cover_product_attribute.final_discount.total_discount_percentage }}% OFF {% endif %} {% comment %} {% endcomment %}
{{ item.product_name }} {% if item.cover_product_attribute.final_discount.total_discount %}
৳ {{ item.cover_product_attribute.product_final_price }} ৳ {{ item.cover_product_attribute.regular_price }}
{% else %}
৳ {{ item.cover_product_attribute.regular_price }}
{% endif %}

{% if item.product_stock_status.flag %} Stock: {{item.product_stock_status.stock_qty}} {% else %} Out of stock {% endif %}

{% comment %} {% if item.product_stock_status.flag %} Buy now {% else %} Buy now {% endif %} {% endcomment %} Buy now
{% endfor %}
{% if best_deal_products %}

Best Deal Products

{% for item in best_deal_products %}
{% if item.cover_product_attribute.final_discount.total_discount%} {{ item.cover_product_attribute.final_discount.total_discount_percentage }}% OFF {% endif %} {% comment %} {% endcomment %}
{{ item.product_name }} {% if item.cover_product_attribute.final_discount.total_discount %}
৳ {{ item.cover_product_attribute.product_final_price }} ৳ {{ item.cover_product_attribute.regular_price }}
{% else %}
৳ {{ item.cover_product_attribute.regular_price }}
{% endif %}

{% if item.product_stock_status.flag %} Stock: {{item.product_stock_status.stock_qty}} {% else %} Out of stock {% endif %}

{% comment %} {% if item.product_stock_status.flag %} Buy now {% else %} Buy now {% endif %} {% endcomment %} Buy now
{% endfor %}
{% endif %}

Just For You

{% comment %} {% endcomment %}
{% include 'client/products/product_card.html' %}
{% endblock %} {% block JS %} {% endblock %}