|
|
{% if billing_address.name %}Dear {{ billing_address.name }},{% endif %}
|
|
|
|
|
|
Your order {{ name }} was cancelled {% case cancel_reason %}{% when 'customer' %}at your request.{% when 'inventory' %}because we did not have enough stock to fulfill your order.{% when 'fraud' %}because we suspect it is fraudulent.{% when 'other' %}due to unforeseen circumstances.{% endcase %}
|
|
{% if financial_status == 'voided' %}Your payment has been voided.{% elsif financial_status == 'refunded' %}Your payment has been refunded.{% endif %}
|
|
|
Please reply to this email if you have any questions or concerns.
|
|
|
|
|
|
Thanks for shopping!
|
|
{{ shop.name | capitalize }}
|
|
|
|
|
|