How to create multiple "Plans" pages?

I offer three different services, each with its own set of plans. Is it possible to set this up?

For instance, Service One offers Basic, Standard, and Pro plans, each at different prices.

Service Two and Service Three also have similar tiered plans but different prices.

I’d like the subscription/plans section to function like a store checkout, allowing for a one-time payment for the selected service. Is this feasible?

Hey Kyle,

Yes, this is doable with the Pricing Plans widget. For added functionality, you’ll have to look into a custom code solution.

1 Like

Help a brother out.
What is the code.

Which editor are you using?
Here’s the simplest way to do it:

So you have 3 services, and each service has 3 plans? That makes a total of 9 different plans which you’ll first have to setup.

Then in the site:
If you don’t want to show all 9 plans together on the same page, create three pages for each service.
Now in each page, add the Plan List widget which you can find inside the Payments section under Add Elements.
Select the three plans related to that particular service.
Repeat this for the other two pages.

And there you have it - users will immediately be redirected to the cart when they click on the Buy Now button and will be subscribed to the particular plan upon successful payment.

1 Like