{% extends 'common/base.html' %} {% load static %} {% block content %}

Shopping Cart

{{totalitem}} course in cart


{% for cart in carts %}
{{cart.product.course_name}}
{{cart.product.teachers.name}}

{{cart.product.description}}
{{cart.quantity}}
Remove item

Tk. {{cart.product.price}}


{% endfor %}

The Total Amount of

  • Amount Tk. {{amount}}
  • ShippingTk. 100.00
  • Total (including VAT)
    Tk. {{totalamount}}
{% endblock content %}