{{template config_path="design/email/header_template"}}
{{layout handle="invoice_markup" invoice=$invoice invoice_id=$invoice_id area="frontend"}}
{{trans "Hi %name," name=$billing.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 '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"}}