{% load static %} {% block title %}User Dashboard{% endblock %} - Ecommerce {% block Style %} {% endblock %}
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}}
{% comment %}
- +
{% endcomment %}
{% endfor %} {% else %}
There is no product in cart
{% endif %}
{% comment %}

Cart Amount

৳ {{ cart_total }}

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

Contact: 01711257498

{% endcomment %}
User
{% if user.name %} {{ user.name }} {% else %} {{ user.email }} {% endif %}
Menu
User
{% if user.name %} {{ user.name }} {% else %} {{ user.email }} {% endif %}
{% block content %}

Dashboard Content Here

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