{{var:customer_firstname:""}} {{var:customer_middlename:""}} {{var:customer_Lastname:""}},

Thank you for your order from {{var:store_name:""}}. Once your package ships we will send you a tracking number.

If you have questions about your order, you can email us at {{var:store_sales_email:""}}

Your Order #{{var:order_increment_id:""}}

Placed on {{var:order_created_date:""}}

Billing Info

{{var:order_billing_address_html:""}}

Shipping Info

{{var:order_shipping_address_html:""}}

Payment Method

{{var:order_payment_html:""}}

Shipping Method

{{var:order_billing_description:""}}

Items

Qty

Price

{% for product in var:products %}

{{ product.name }}

SKU: {{ product.sku }}

{% for option in product.product_options %}

{{ option.label }}: {{ option.value }}

{% endfor %}

{{ Int(product.qty_ordered) }}

{{ product.price }}

{% endfor %}
{% for total in var:totals %}

{{ total.value }}

{{ total.label }}

{% endfor %}