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

Thank you for your order from {{var:store_name:""}}.

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

Your shipping confirmation is below. Thank you again for your business.

Your Shipment #{{var:shipment_id:""}} for Order #{{var:order_increment_id:""}}

{% if var:shipment_customer_note == "1" %}

{{var:shipment_customer_note_notify:""}}

{% endif %}

{{var:shipment_tracking:""}}

Billing Info

{{var:order_billing_address_html:""}}order_billing_address_html

Shipping Info

{{var:order_shipping_address_html:""}}

Payment Method

{{var:order_payment_html:""}}

Shipping Method

{{var:order_billing_description:""}}

{% if var:has_shipment_trackings:false %}

Title

Number

{% for shipment_tracking in var:shipment_trackings %}

{{ shipment_tracking.title }}

{% endfor %}
{% endif %}

Qty

Products

SKU

{% for product in var:products %}

{{ product.qty }}

{{ product.name }}

SKU: {{ product.sku }}

{% for option in product.product_options %}

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

{% endfor %}

{{ product.sku }}

{% endfor %}