{% load static %} {% block title %}Home{% endblock %} - Ecommerce {% block Style %} {% endblock Style %}
My Cart
{% if cart_items %} {% for item in cart_items %}
product_image
{% if item.product.product_varient.brand %} {{ item.product.product_varient.brand }} {% endif %}

{{item.product.product_name}}

{% if item.product.cover_product_attribute.final_discount.total_discount %}

৳ {{ item.product.cover_product_attribute.product_final_price }} ৳ {{ item.product.cover_product_attribute.regular_price }}

{% else %}

৳ {{ item.product.cover_product_attribute.regular_price }}

{% endif %}
Color: {{item.product_attribute.color}} Size: {{item.product_attribute.size}}
{% if item.product_attribute.attribute_stock_status.status %} Stock: {{item.product_attribute.attribute_stock_status.remaining_stock}} {% else %} Out of Stock {% endif %}
{% comment %}
- +
{% endcomment %}
{% endfor %} {% else %}
There is no product in cart
{% endif %}
{% comment %}

Cart Amount

৳ {{ cart_total }}

{% endcomment %} {% if cart_items %} Checkout {% endif %}
{% comment %}

Contact: 01711257498

{% endcomment %}
{% block content %}
{% endblock %} {% block JS %} {% endblock %} {% if open_login_modal %} {% endif %} {% if open_register_modal %} {% endif %}