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

Order Date: {{var:order_created_date:""}}

Order Cancelation Notification

Dear {{var:customer_prefix:""}} {{var:customer_firstname:""}} {{var:customer_Lastname:""}}

Your order has been canceled.

Items

Qty

Price

{% for product in var:products %}
{% for option in product.product_options %}{% endfor %}

{{ product.name }}

SKU: {{ product.sku }}

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

{{ Int(product.qty_ordered) }}

{{ product.price }}

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

{{ total.label }}

{{ total.value }}

{% endfor %}