Offering Site Wide Access to Course via Subscription

Home Forums Legacy Support Support queries Setup issues Offering Site Wide Access to Course via Subscription

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #65437
    dez
    Spectator
    Thank you for all your dedication in making this an excellent LMS platform. Q1: If I have a product which is a monthly subscription, I would like to lock the content using Digital Access Pass (DAP). DAP requires the adding of specific URL to protect. I have seen that each course intro page is under the /product url. When in the actual course the url for every unit is: /course-status/ What would I do to give unlimited access to all courses? Q2: Is another (less complex) route to offer people unlimited credit which they use to sign up to a course? Q2a: Can this be done with MyCred or is there something better? Thanks!    
    #65461
    dez
    Spectator
    Also- is there a way to change my image in my profile for the forum?
    #65920
    Anshuman Sahu
    Keymaster
    Q1 . Well to restrict the access to the units you can use any plugin that operates on filters like membership plugins rather than using a plugin (DAP) which operates on urls and template_redirect action (we are guessing ) . you can use the pmpro plugin with which we have integrated . refer : https://www.youtube.com/watch?v=5zXJzcyfUXY To use this in units also please refer this tip : https://wplms.io/support/knowledge-base/wplms-pmpro-unit-addon/ To provide unlimited access to your courses just set the duration of all your courses to 9999 days and if you are selling them with woocommerce then set the product subscription to full duration . refer : http://prntscr.com/c84pvw http://prntscr.com/c84q3d Q2. Yes as i mentioned above . Q2a. Yes this it is possible to sell courses woth Mycred also . refer: https://wplms.io/support/knowledge-base/wplms-mycred-add-on/ to change profile image just goto your profile  . refer : http://prntscr.com/c84rt6
    #66253
    dez
    Spectator
    Thanks. Q1: One thought - do I even need a Membership Plugin? 1a) Could I create in Woo/Products a product called "Membership" which has every other course bundled under it using Associated Courses? 1b) If so, if I had two courses in the bundle, if Course A was a pre-requisite of Course B, would it still only allow the student to do Course B once they had completed A? 1c) If yes, is there any code eg. "All" to associate all courses or do I have to add them all individually? 1d) Are there any other issues or functionality restrictions I should be aware of if I used the Associated Courses option? Q2: Where can I customer the pricing box for each course? Q3: I am trying to set up recurring Subscription payment with Paypal using Rightpress Subscriptio (https://codecanyon.net/item/subscriptio-woocommerce-subscriptions/8754068). I keep getting  the error "PayPal preapproval request failed. Unknown error" when submitting a test payment. 3a) Any ideas why? 3b) Do you know anyone that is successfully using Q4: For the profile photo - sorry - I meant for this support forum. Thanks!  
    #66386
    Anshuman Sahu
    Keymaster
    1. This is also possible with the woocommrce products also . you just need to connect the various courses to your product in product settings in product edit page(refer : http://prntscr.com/c9cly5 ) and for subscription please enable the subscription and set the subscription duration (refer : http://prntscr.com/c9cng0) and while cretaing/editing courses in front end select this product in pricing section. refer : http://prntscr.com/c9cmpz Set the pre-requisite courses in course settings . When user purchase the product she will get access to all the course which are connected to the product. On start course system will check for pre-requisite course for the user . These settings are sufficient for what you are trying to achieve . 2. Well user will be taken to product when she will click on "Take this coutse" button . 3. In payments wplms theme or any of its plugins does not interferes at all . so please contact the third party plugins author for the same . Also for recurring payments we recommends woocommerce subscriptions plugin : https://wplms.io/support/knowledge-base/wplms-woocommerce-subscriptions-addon/ 4. Well this is simple wordpress forums and avatars here come form gravatar.com .so please change avatar there and it will  reflect here .
    #67165
    sandy
    Member
    This reply has been marked as private.
    #67184
    Anshuman Sahu
    Keymaster
    1 .In that case you can hide the number of courses that are connected to the course on course product page with the help of css. Please try adding the given css for that in your wp-admin -> appearance -> customize -> custom css : .connected_courses {     display: none;   } 2. Well we have developed a wplms mailchimp plugin addon plugin for mailing lists in wplms . refer : https://www.youtube.com/watch?v=GcoYAUOAwVo Development is complete but it still have some issues fixed .It will be released soon . 3. Yes we always recommends to do customization in child theme or wplms-customizer plugin . wplms package includes a blank child theme .you can install and activate it . refer : https://wplms.io/support/knowledge-base/how-to-use-child-theme/  4. Well it seems the Subcriptio plugin is causing this issue .We need to remove our pricing filter that shows " per {time}  " .If we remove it then it will be removed from all products  . To remove the "per {time}" please try adding the given code in your wplms-customizer.php file in wplms customizer plugin : add_action('init','remove_the_price_filter'); function remove_the_price_filter(){   $bpa=BP_Course_Action::init();   remove_filter( 'woocommerce_get_price_html', array($bpa,'course_subscription_filter'),100,2 ); } 5. Well that can be added with the help of custom code using this filter of woocommerce : "woocommerce_get_price_html" . Can you please share what exactly do you want to add in pricing ?
    #68123
    dez
    Spectator
    Thank you. Under the Woo Commerce pricing box, I would like to add custom text and a link e.g. "or Click here to subscribe" (see attached). How would I do this?
    #68239
    Anshuman Sahu
    Keymaster
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Offering Site Wide Access to Course via Subscription’ is closed to new replies.