Solved

Order Confirmation: How to add a link to a specific product page

  • 29 October 2023
  • 2 replies
  • 198 views

Badge

Hi! 

For an order confirmation template, we are trying to add a link for the product picture. Please can you tell me what link is to be inserted in the left field, so that the customer can click onto the product image of her order confirmation and it dynamically brings her to the product page of the product that she purchased?

 

 

Thank you!

icon

Best answer by Spark Bridge Digital LLC 31 October 2023, 12:50

View original

2 replies

Badge +2

You can just add a text element and then upload an image and then within the image select the image and press on the add URL button, once this is done you will be able to get the desired goal.

Example:

 

If this doesn’t work then, I’m pretty sure we can edit the source code in the </> button and manually add the relevant HTML element to redirect this image to the relevant link, let me know how this goes.

Userlevel 6
Badge +31

Hey there!

The best way to do this would be to use the product.handle field attached to the typed in URL of your website!

https://www.YourWebsite.com/{{ item.product.handle|default:'' }}

That normally does the trick but depends a tad on your integration. Let me know if that helps!

Reply