{% extends 'base.html' %}
Here is a summary of your order.
| ID | Item | Quantity | Unit Price (In $) | Total (In $) |
|---|---|---|---|---|
| {{ item["productID"] }} | {{ item["name"] }} | {{ item["quantity"] }} | {{ item["price"] }} | {{ item["total"] }} |
Ship to:
{{ user["hno"] }}
{{ user["location"] }}
{{ user["state"]}}, {{ user["country"] }}
{{ user["phone"] }}