{{'Order Detail'| translate }}

{{'Shipping Address'|translate}}

{{order.shipping.address_1+', '+order.shipping.city+', '+order.shipping.state+' '+order.shipping.postcode+', '+order.shipping.country}}

{{'Billing Address'|translate}}

{{order.billing.address_1+', '+order.billing.city+', '+order.billing.state+' '+order.billing.postcode+', '+order.billing.country}}

{{'Shipping Method'|translate}}

{{s.method_title}}

{{'Shipping Total'|translate}}

{{addCurrecny(order.shipping_total)}}
{{'Products'|translate}}

{{product.name}}
{{product.categories_name}}

{{'Price' |translate}} :  {{addCurrecny(product.price)}} {{att.key}} : {{att.value}} {{'Quantity'|translate}} :  {{product.quantity}} {{'Total' |translate}} :  {{addCurrecny(product.total)}}
{{'Price Detail'|translate}} {{'Shipping'|translate}} {{'Tax'|translate}} {{addCurrecny(order.shipping_tax) }} {{'Shipping'|translate}} {{addCurrecny(order.shipping_total)}} {{'Tax'|translate}} {{addCurrecny(order.discount_total)}} {{'Total'|translate}} {{addCurrecny(order.total)}} {{'Coupons Applied'|translate}} {{'Coupon Code'|translate}} {{'Coupon Price'|translate}} {{c.code}} {{addCurrecny(c.discount)}} {{'Order Notes'|translate}} {{order.customer_note}} {{'Track Order'|translate}} {{getTrackingId()}} {{'Track'|translate}}

{{'Payment Method'|translate}}

{{order.payment_method_title}}
{{'Cancel Order'|translate}}