|
Hi {{customer.first_name}}, thank you for your purchase. We have received your order and will send another update as soon as it ships.
|
|
|
Order number: {{order.number}}
Order date: {{order.date}}
Estimated delivery: {{order.estimated_delivery}}
|
|
|
|
|
|
|
|
{{#each order.items}}
{{product_name}}
Variant/SKU: {{variant_or_sku}}
Quantity: {{quantity}}
Unit price: {{unit_price}}
Line total: {{line_total}}
{{/each}}
|
| |
|
|
|
|
Subtotal: {{order.subtotal}}
Discounts: {{order.discount_total}}
Shipping: {{order.shipping_total}}
Tax: {{order.tax_total}}
Gift card or store credit: {{order.credit_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.phone}}
|
|
|
Once your order is on its way, your tracking page will show the latest carrier updates and delivery status.
|
|
|
If the button does not work, copy this link into your browser: {{order.tracking_url}}
|
|
|
|
|
|
|
|
If you have questions about your order or need to make a change, contact us at {{support.email}} or visit {{support.help_center_url}}. We will do our best to help before your order ships.
|
|
|
Thank you for shopping with {{company.name}}.
{{company.name}}
{{company.address}}
This transactional email was sent because an order was placed using this email address.
|
|
|
|
|
|
|