Clickable product names in draft order email?

I’d like to make the product names and/or images clickable in the draft order email that is sent to the customer. Anyone had success with this?

Hi @ggljohnson

You can do this order email template

Go to shopify settings >> notification.

Here find order-email template and you can edit code there.

@ggljohnson if you’re not familiar with editing notifications the documentation will help you:

https://help.shopify.com/en/manual/orders/notifications/edit-template

https://help.shopify.com/en/manual/orders/notifications/email-variables

@Dbuglabpvtltd answered your question correctly. In case you’re not familiar with code I’ll share some example code to help you out.

For example, in the notification you could find the code that cycles through line items and show the image / make it clickable with something like this:

{% for line in line_items %}
  [](https://yourstoreurl.com/{{ line.url }})
{% endfor %}

From there you can add text, add CSS to style how it looks, etc.

If you need help from a developer feel free to reach out to my team of Shopify developers at speedboostr.com/contact.