SHIPMENT
{{order.total}}
STATUS
{{order.shipment_state | uppercase}}
ITEMS
{{order.line_items.length}}


Line Item
{{line_item.total}}
MRP: {{line_item.price}}
VAT/CST: {{line_item.total - line_item.price}}

Please note: You can return or exchange this within 30 days.


SHIPPING DETAILS
Order No: {{order.number}}
{{order.ship_address.full_name}}.
{{order.ship_address.address1}}
{{order.ship_address.address2}}
{{order.ship_address.city}}, {{order.ship_address.zipcode}}
P: {{order.ship_address.phone}}
Total Amount: {{order.total}}
MRP: {{order.item_total}}
Shipping: {{order.ship_total}}
Adjustment: {{order.adjustment_total}}
Payment: {{order.payment_state | humanize | uppercase}}