Help with Pricing Workflow for a SAAS app

Hi,

I need some recommendations and assistance with my pricing workflow.

I have a marketing website (xyz.com) hosted on WordPress, which includes a pricing page (xyz.com/pricing).

Users visit the pricing page, click on the subscribe button for their desired plan, and are then redirected to our sign-up flow on Bubble (the Bubble app is hosted on a subdomain, like app.xyz.com).

However, I am struggling to figure out how to store the subscription plan they selected on the marketing website so that I can direct them to the correct subscription plan checkout page on Bubble.

Is this even possible, considering the marketing website is hosted on WordPress? I’m concerned there may be no way to retain their selection from WordPress to Bubble. Maybe sending the parameter in the signup link when they click on the pricing button?

If not, what would be the best approach to solve this issue?

Yes. You are going in the correct direction.

You will also need to have the subscription plans in your bubble database. Ensure each plan has a unique Plan ID (This is not the bubble unique id)

When a user clicks on the pricing button on wordpress website, send plan ID in parameter. Something like this: app.xyz.com?plan=planID

Now you can get the planID from url parameters, search database and see which plan they selected.

Hope this helps!

This topic was automatically closed after 70 days. New replies are no longer allowed.