Hi,
How to set a single price for access the content of all courses?
Example ...
I have Course A, Course B and Course C.
The student pay R$ 39,90/month by subscriptions.
Is permitted access complete content of course A, B and C.
Cheers,
Marcelo Amorim
Well best way to implement this would be creating a product and connect all these three courses in woocommerce product settings in back end .
Also enable subscription in that product for 30 days .
refer :
http://prntscr.com/du61s0
Now if user purchase these product she will get access to all three courses which are connected for 30 days only .
Connect the product in courses also to link the product on take this course button :
http://prntscr.com/du6264
Could we configure the registration to automatically buy the product, so the user will not have to buy anything afterward ? Buying stuff is not convenient for some registration system.
cerebrumbr, did you have any better solution for this need ?
Thanks,
Well what you are asking is paid registration along with membership which is not available as of now in wplms .
But as woocommerce subscription uses woocommerce product and woocommerce product can be purchased by non logged in users also because woocommerce allows registration at checkout option .So I guess there should not be any problem for any new visitor .
You can simply disable the registration option in buddypress by simply removing the register page in your wp-admin -> settings -> Buddypress -> pages .
In woocommerce settings you need to make sure about these two settings :
1. Registration at checkout enabled :
http://prntscr.com/e1ew8k and
2. Guest checkout disabled :
http://prntscr.com/e1ewo1
This solution is not suitable for me I dont want users to checkout at all.
I just want them to register and have full accesses.
Ohh ... Assuming that all courses are free .
If this is the case then just simply set all your courses to be free .You can set this from course pricing settings :
http://prntscr.com/e25u43
If you set all your courses to be free then you can enable "
Assign Free courses to students on account activation" from wp-admin -> lms-> settings .