{{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_creditmemo_email:""}}

Your Credit Memo #{{var:creditmemo_increment_id:""}} for Order #{{var:order_increment_id:""}}

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:""}}

Products

SKU

Qty

Total (inc)

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

{{ product.name }}

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

{{ product.sku }}

{{ product.qty }}

{{ product.row_total_incl_tax }}

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

{{ total.label }}

{{ total.amount }}

{% endfor %}