{% extends 'base.html' %} {% block body_block %}
| # | Product Name | Quantity | Price | Remove |
|---|---|---|---|---|
| {{ forloop.counter }} | {{ cart.item.name }} | {{ cart.quantity }} | $ {{ cart.get_total }} | Remove Cart |
| Total | $ {{ order.get_totals | floatformat:2 }} | |||
| Continue Shopping Process to Checkout | ||||