{{'Order'| 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}}
{{order.shipping_lines[0].method_title}}
{{'Products'|translate}}
{{product.name}}
{{c.name}}
{{'Price' |translate}} :
{{product.price| curency}}
{{'Quantity'|translate}} :
{{product.quantity}}
{{att.key}} :
{{att.value}}
{{'SubTotal'|translate}} :
{{product.subtotal| curency}}
{{'Total' |translate}} :
{{product.total | curency}}
{{'Coupons'|translate}}
{{coupon.code}}
{{coupon.amount| curency}}
{{'Sub Total'|translate}}
{{'Products Price'|translate}}
{{productsTotal| curency}}
{{'Shipping Cost'|translate}}
{{order.shipping_lines[0].total|curency}}
{{'Tax'|translate}}
{{tax| curency}}
{{'Discount'|translate}}
{{discount| curency}}
{{'Total'|translate}}
{{totalAmountWithDisocunt| curency}}
{{'Order Notes'|translate}}
Note to the buyer
{{'Payment Method'|translate}}
{{'Payment'|translate}}
{{p.title}}
{{'Continue'|translate}}