TitleImageQuantityUnit PriceTotal Price<#list orderItems as orderItem>
{{#itemTitle}}{{itemTitle}}{{/itemTitle}}{{#quantity}}{{quantity}}{{/quantity}}{{#unitPrice}}{{unitPrice}}{{/unitPrice}}{{#totalPrice}}{{totalPrice}}{{/totalPrice}}
{{#paymentMethods}}{{paymentMethods}}{{/paymentMethods}} {{#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}}