Back to Magento2

Confirmation Key

app/code/Magento/OrderCancellation/view/frontend/email/confirmation_key.html

2.4.8774 B
Original Source

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

|

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

{{trans 'It seems that you'd like to cancel your order #%order_id. If this is correct, please click here to confirm your cancellation request.' order_id=$order_id guest_order_url=$guest_order_url |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}}

|

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