Use url parameters in checkout page

Hi @Ice.Dragon :waving_hand: welcome to the community!

Instead of relying on URL parameters (which can sometimes break the order summary/order bump modules), I’d recommend using sessionStorage to pass the selected product/variant across pages.

That way, you don’t need to modify the checkout URL at all — and your modules will continue to load properly.

Here’s a detailed example you can follow: :backhand_index_pointing_right: Selecting products on funnel landing pages

This approach stores the chosen product in sessionStorage on the sales page and retrieves it on the checkout page, ensuring smoother functionality.

Give that a try, and let us know how it goes! :rocket: