Registration with pricing plan

Hello all,

I made some codes on my site which takes information if a user has a certain pricing plan.
To keep it clean I want to force the users at the registration to take a pricing plan.
How can I implement the pricing plan directly in the registration process and not after registration. I don’t want to have members without any pricing plan.

Thanks for your help!

Hi,

Currently, it is not possible to switch the current flow around. In order to purchase a pricing plan, the visitor must be a member who is logged in to purchase the plan.
You can take a look at the article here to customize the pricing plan experience but before someone can purchase the plan, they will be prompted to log in.

However, if you would like to request this feature (Allow pricing plan registration before member log in) you can do so here .

At Wix, we are constantly working to improve and update existing features and introduce new ones. The latest Corvid updates can be found here and the current Corvid Wishlist here .

Best Regards,
Edward | Corvid Team

This is a recurring question (here and Facebook).

Since you cannot change the logic of the Paid Plans app, you must chnage the logic of your site.

Go to every single page and mark it as paid member only. Then for every page that does NOT have the page permissions for Paid Memeber only, add some code to check if they have a paid plan otherwise redirect to paid plans page. (Obviously do not add these permission to pages that are meant to be for the public)