{{#currentDate}}{{currentDate}}{{/currentDate}}
{{#orderID}}{{orderID}}{{/orderID}}
{{#buyerAddress}}{{#buyerAddress.name}}{{buyerAddress.name}},
{{/buyerAddress.name}}{{#buyerAddress.street1}}{{buyerAddress.street1}},
{{/buyerAddress.street1}}{{#buyerAddress.street2}}{{buyerAddress.street2}},
{{/buyerAddress.street2}}{{#buyerAddress.city}}{{buyerAddress.city}},
{{/buyerAddress.city}}{{#buyerAddress.country}}{{buyerAddress.country}},
{{/buyerAddress.country}}{{#buyerAddress.postalCode}}{{buyerAddress.postalCode}},
{{/buyerAddress.postalCode}}Contact Number:{{#buyerAddress.phone}}{{buyerAddress.phone}}{{/buyerAddress.phone}}{{/buyerAddress}}
{{#quantity}}{{quantity}}{{/quantity}}
{{#grandTotal}}{{grandTotal}}{{/grandTotal}}