Hyper link in order notification email

How can I add an hyper link to an external webpage on the order confirmation email?

2 Likes

Hi @PattyC

  1. Go to your Shopify admin Settings page.
  2. Then Notifications > Orders > Order Confirmation
  3. Click on “Edit Code”
  4. Now in the “Email body” section, you can type the code exactly where you would want the link to appear.
  5. 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!!!