No Products in the Cart
Customer ID: {{ customer.id }}
Mobile Number: {{ customer.phone }}
Total Gold: {{ total_gold | round: 4 }} g
Total Amount: {{ total_amount | money }}
Average Rate: ₹{% if gold_count > 0 %}{{ total_rate | divided_by: gold_count | round: 2 }}{% else %}0.00{% endif %}
| Date | Gold (g) | Amount | Rate | Mode |
|---|---|---|---|---|
| {{ order.created_at | date: "%d %b %Y" }} | {{ item.properties['Gold'] }} | {{ item.properties['Total'] }} | ₹{{ item.properties['22K Rate'] }} | {{ item.properties['Mode'] }} |
Â