I have to build a wordpress site that allows register different types of users and let them subscribe to one or more services (or memberships, not sure the wordpress naming convention.
After lot of searching I am confused with most of the wp plugins around.
Which plugin (or plugins, paid or free) should I use to archieve the following behavior:
The system should allow to register, for instance, professional, senior hobbyist, amateur hobbyist and regular user.
- profesional users should be able to subscribe to any(or both) of service1, service2.
- senior users should be able to subscribe to any(or both) of service3, service4
- amateur users should be able to subscribe to any(or both) of service5, service6
- regular users should be able to subscribe to any(or both) of service7, service8
I want to use this setup as starting point for some other projects.
Thank you very much in advance!