How can I add an hyper link to an external webpage on the order confirmation email?
2 Likes
Hi @PattyC
- Go to your Shopify admin Settings page.
- Then Notifications > Orders > Order Confirmation
- Click on “Edit Code”
- Now in the “Email body” section, you can type the code exactly where you would want the link to appear.
- Paste the following code snippet to add the link:
[Open External Page](https://example.com)
Feel free to replace the link with your actual link, and the text of the clickable link as well.
Hope this helps! Cheers!
Thank you!!!