Back to Magento2

Creditmemo Update

app/code/Magento/Sales/view/frontend/email/creditmemo_update.html

2.4.8981 B
Original Source

{{template config_path="design/email/header_template"}}

|

{{trans "%name," name=$order_data.customer_name}}

{{trans "Your order #%increment_id has been updated with a status of %order_status." increment_id=$order.increment_id order_status=$order_data.frontend_status_label |raw}}

{{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 store_phone}} {{trans 'or call us at %store_phone' store_phone=$store_phone |raw}}{{/depend}}. {{depend store_hours}} {{trans 'Our hours are %store_hours.' store_hours=$store_hours |raw}} {{/depend}}

| | {{depend comment}}

| {{var comment|escape|nl2br}} |

{{/depend}} |

{{template config_path="design/email/footer_template"}}