Redirect from CheckoutChamp to externally hosted upsell or Thank You page.

If needed, it is possible to redirect your customers out of CheckoutChamp to an externally hosted upsell or thank you page.

This can be accomplished by dragging an External Page to the funnel visualizer, adding the External URL into the page settings, and then use the arrow routing to determine which buttons from the previous page will send the customer to the External Page.

When the customer is redirected to the External Page, the orderId will be added to the URL string.

If you are sending the customer to an upsell page, configure your affirmative “Yes” button on the upsell page to trigger CheckoutChamp’s Import Upsell API request. Be sure to pass the orderId received from CheckoutChamp to add the upsell purchase to the original orderId. You can send the customers to as many upsell pages as you see fit by continuing to call the Import Upsell API. When directly sending the customer to a Thank You page, or whenever the customer reaches the external Thank You page after your external upsell pages, you can utilize CheckoutChamp’s Order Query API with the received orderId to retrieve all associated parameters for the order. It is also recommended to call the Confirm Order API to send the customer’s order confirmation email immediately.