How to set a plan without WooCommerce checkout

Hi,

You can create a free plan (just make sure not to link it to a WooCommerce product), and your users will see only the Select a Plan button. You can also add First Name and Last Name fields to the registration form using this code snippet Make first and last name fields required for users #hivepress #users · GitHub [How to add custom code snippets - HivePress Help Center] and the email field is required by default.

There is also a code snippet that assigns a free plan upon registration:

Hope this helps.