{{#invoiceData}}
The
Plant
Traveller

INVOICE

{{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}} {{#buyerAddress.phone}} {{buyerAddress.phone}} {{/buyerAddress.phone}}

Invoice Date:{{currentDate}}

orderNumber:{{orderNumber}}

Order Date: {{orderDate}}

Payment Method: {{deliveryType}}

{{#orderItems}} {{/orderItems}}
Product Quantity UnitPrice TotalPrice
{{#itemTitle}}{{itemTitle}}{{/itemTitle}}

SKU:{{customSKU}}{{^customSKU}}{{SKU}}{{/customSKU}}

{{#quantity}}{{quantity}}{{/quantity}} {{currencyCode}}{{#unitPrice}}{{unitPrice}}{{/unitPrice}} {{#currencyCode}}{{currencyCode}}{{/currencyCode}}${{#totalPrice}}{{totalPrice}}{{/totalPrice}}

Subtotal

{{currencyCode}}${{totalSalePrice}}

Discount

{{currencyCode}}{{OveralltotalDiscount}}

Shipping

{{currencyCode}}{{shippingAmount}} {{shippingMethodTitle}}

Total

{{currencyCode}}${{OveralltotalOrderAmount}}

{{/invoiceData}}