{% extends 'shop/base.html' %} {% load static %} {% block title %} Checkout {% endblock title %} {% block content %}
SN | Product | Rate | Quantity | Subtotal |
---|---|---|---|---|
{{forloop.counter}} | {{cp.product.title}} | {{cp.rate}} | {{cp.quantity}} | {{cp.subtotal}} |
Total | Rs. {{ cart.total }} |