Hello, I’m wondering if there’s an easy method to add subscription options to my checkout, without cluttering up the product list unnecessarily.
Preferably, I would like to have a checkbox that hides some products and shows other products when ticked.
In this instance, the checkbox would enable ‘Subscription Products’ that I’ve added to the step to show on the ‘Product List’, and disable the ‘One-Time Products’ from being shown.
Or perhaps there is an easier way I’m not thinking of, to easily choose between subscription products and one-time products, without having both shown at the same time. Having multiple checkouts will not work in my case due to my landing/sales page setup.
Yes, what you’re trying to achieve is definitely possible—and you’re thinking in the right direction. Using a simple checkbox to toggle between subscription and one-time products is a clean approach to avoid cluttering the product list.
I actually created a working demo of this functionality where checking a box dynamically switches the visible product options between subscriptions and one-time purchases—all within a single checkout. You can view it here:Checkout - Conditional Product Selection
Feel free to check it out and let me know if you’d like help implementing something similar on your funnel. Happy to guide you through the steps!