{% extends "user_dashboard_base.html" %} {% load static %} {% block title %}User Order History{% endblock %} {% block content %}
Order Details
| SL | Product | Quantity | Size | Color | Price | {% comment %}Total | {% endcomment %}
|---|---|---|---|---|---|---|
| {{forloop.counter}} |
|
{{item.quantity}} | {{item.product_attribute.size}} | {{item.product_attribute.color}} | {{item.product_attribute.product_final_price}} | {% comment %}$2400 | {% endcomment %}
Customer Info
Name:
{{order.user.name|default:"N/A"}}
E-mail:
{{order.user.email|default:"N/A"}}
Phone:
{{order.user.phone|default:"N/A"}}
Shipping Address