I’m currently working on a sales funnel, and I’d like to redirect customers to different upsell pages depending on the product(s) they purchased during checkout.
Does anyone know how to implement this? Any advice or examples would be greatly appreciated!
At the moment it’s not possible to set up condition rules to show one upsell or the other but for you can accomplish the same by following the structure below:
In the landing page display the bundles you will sell with the following structure:
Then create the corresponding checkout products and upsells you want to offer based on the product bought in the checkout, and add a thank you page after each upsell as shown in this structure:
Lastly copy the checkout URL of each one and then go back to the landing page > Edit the action of each button and make it to go a URL > Pasting the corresponding checkout URL to each one.
With this structure, the customer will see the upsell you’re offering based on the product they bought in the checkout page.