Search Result

{% if obj_list %} {% for item in obj_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 }} {% 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 %} {% else %}
Products not found
{% endif %}