{{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:""}}
Placed on {{var:order_created_date:""}}
{{var:order_billing_address_html:""}}
{{var:order_shipping_address_html:""}}
{{var:order_payment_html:""}}
{{var:order_billing_description:""}}
Items
Qty
Price
{{ product.name }}
SKU: {{ product.sku }}
{% for option in product.product_options %}
{{ option.label }}: {{ option.value }}
{% endfor %}
{{ Int(product.qty_ordered) }}
{{ product.price }}
{{ total.value }}
{{ total.label }}