Order Confirmed!
Thank you for your purchase, {{ customer_name }}.
{{ order_number }}
Billing Address
{{ billing_name }}
{{ billing_address }}
{{ billing_city_state_zip }}
{{ billing_email }}
Shipping Address
{{ shipping_name }}
{{ shipping_address }}
{{ shipping_city_state_zip }}
{{ shipping_phone }}
Order Date
{{ order_date }}
Payment Method
{{ payment_method }}
Shipping Method
{{ shipping_method }}
{% for item in items %} {% endfor %}
Item SKU Qty Price Total
{{ item.name }} {{ item.sku }} {{ item.qty }} {{ item.price }} {{ item.total }}
Subtotal {{ subtotal }}
Shipping {{ shipping_cost }}
{% if tax %}
Tax {{ tax }}
{% endif %} {% if discount %}
Discount -{{ discount }}
{% endif %}
Total {{ total }}
Estimated Delivery
{{ estimated_delivery }}
{{ shipping_method }}
{{ tracking_number | default("Tracking info will be emailed") }}