{{template config_path="design/email/header_template"}}
{{layout handle="invoice_markup" invoice=$invoice invoice_id=$invoice_id area="frontend"}}
{{trans "Hi %name," name=$order_data.customer_name}}
|
{{trans "INVOICE %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 'You can check the status of your order by logging into your account.' account_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}}
|
{{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"}}