add the button in the order confirmation

Hi. Could I add the button in the order confirmation email that will take the customer to the order confirmation page and the customer will be able to check his order one more time?

Hi YuriiIdeaInYou

You can use the {{ order_status_url }} variable in email notifications to generate a link to the order status page for that order. So to create a button you’d add this to the order confirmation email:

View your order
1 Like

yep, I already found it and it works, thank you!