|
Thanks for your purchase, {{customer.first_name}}. We’ve received your order and are getting it ready. You’ll receive another update when your items ship.
|
|
|
Order number: {{order.number}}
Order date: {{order.date}}
|
|
|
|
|
|
Item Qty Unit price Total
|
|
|
|
|
|
{{#each order.items}}
{{item.name}} {{item.quantity}} {{item.unit_price}} {{item.line_total}}
SKU: {{item.sku}}
{{/each}}
|
|
|
|
|
|
Subtotal: {{order.subtotal}}
Discounts: {{order.discount}}
Shipping: {{order.shipping_total}}
Tax: {{order.tax_total}}
|
|
Order total: {{order.total}}
|
| |
|
|
|
|
{{shipping.name}}
{{shipping.address_line_1}}
{{shipping.address_line_2}}
{{shipping.city}}, {{shipping.state}} {{shipping.postal_code}}
{{shipping.country}}
|
|
|
Shipping method:
{{shipping.method}} Estimated delivery: {{shipping.estimated_delivery}} Tracking status: {{order.tracking_status}}
|
|
|
|
|
|
If the button doesn’t work, copy and paste this link into your browser: {{order.tracking_url}}
|
|
|
|
|
|
Questions about your order, returns, or delivery changes? Contact our support team at {{support.email}} or visit {{support.url}}. Please include your order number {{order.number}} so we can help quickly.
|
|
|
|
|
|
{{company.name}}
{{company.legal_address}}
This transactional email was sent because you placed an order with {{company.name}}. Please keep it for your records.
|
|
|
|
|
|
|