{{template config_path="design/email/header_template"}}
{{trans "Hi %name," name=$billing.name}}
|
{{trans "ORDER %order_status" order_status=$order_data.frontend_status_label}}
|
{{trans "ORDER NUMBER: %increment_id " increment_id=$order.increment_id |raw}}
|
{{trans 'Your order has been updated!'}}
|
{{trans 'If you have questions about your order, you can email us at %store_email' store_email=$store_email |raw}}
|
{{depend comment}}
{{var comment|escape|nl2br}}
|
{{/depend}}
|
{{template config_path="design/email/footer_template"}}