| Order Id | Name | phone | Date | Amount | Address | Status | Cart Info | Upload | Download | Payment Status | Payment Ref. | Courier Name | Tracking Id | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ t.order_id || "" }} | {{ (t.buyer_first_name || "") + " " + (t.buyer_last_name || "") }} | {{ t.phone }} | {{ t.email }} | {{ dt_f(t.purchased_on, "DD-MM-YYYY hh:mm a") }} | {{ t.amount | number }} | {{ showAdd(t) }} | Download invoice | {{ t.payment_status || "" }} | {{ t.payment_reference || "" }} | {{ t.CourierName || "" }} | {{ t.TrackingId || "" }} |