{% extends 'base.html' %} {% load static %} {% block extra_head %} {% endblock %} {% block content %}
1 Delivery details
2 Payment method

Delivery & review

Confirm your shipping details

Your saved account address and GPS support can be used here automatically.

Secure checkout
Line items {{ products|length }} Products in this checkout step.
Order total Rs. {{ total|floatformat:2 }} Final payment selection happens next.
Delivery profile {% if delivery.location_label %}Saved{% else %}Manual{% endif %} Use your saved address, GPS pin, or edit the fields below.
{% for p in products %}

{{ p.name }}

Quantity: {{ p.qty }}

Rs. {{ p.subtotal|floatformat:2 }}
{% endfor %}
{% endblock %}