Creating email link that adds product to cart

I’m currently trying to find out how to create a link for a promotional email that when clicked will automatically take the customer to their cart on the first stage of checkout with the product already populated.

Has anyone had any success doing this?

I assume the url would need to be setup as:
/index.cfm?method=cartV2.showCart&productID=&quantity=

First time attempting something like this so not sure if I’m approaching this correctly.

Hi @Alex.Mangan It sounds to me like you are looking to build a ‘One Click Offer’. We’ve got the step by step documentation on how to complete this here. Hoping this helps - let us know!

1 Like

Works great! Thank you very much!