Batches Plugin Not Working

Home Forums WPLMS AddOns WPLMS Batches Batches Plugin Not Working

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #90779
    asimawan13
    Participant
    This reply has been marked as private.
    #91026
    H.K. Latiyan
    Participant
    OK... I'll Try to explain it in points: => First your course settings should have the following settings enabled (shown in the screenshots). http://prnt.sc/dxyef7 and http://prnt.sc/dxyer1 => Now the each batch settings should be like this: http://prnt.sc/dxyh72http://prnt.sc/dxyi2a and http://prnt.sc/dxyiui => In your case there will be 3 batches and all will be connected to the same course. => Now create a product for pricing and connect it to the course and make sure the free course is set to "NO", refer: http://prntscr.com/dxyjmh => Now the student will go to course page and click on take this course button and purchase the course through the woocommerce checkout page. => If the order is completed then the student will go to course page and will get option to choose any batch he/she wants and can enroll in it, refer: http://prntscr.com/dxyna5 The student will have choice to choose any batch according to his/her comfort. => For forums, edit the group and in forums section connect a forum to the group, refer: http://prntscr.com/dxynxe This will allow the students of that particular class/batch to discuss in that forum. => For sharing the information to a particular batch students you can use the drive feature in the batch email all the students of a particular batch.   Please try this and let me know if this helps and solves your issue.  
    #91310
    asimawan13
    Participant
    This reply has been marked as private.
    #91426
    H.K. Latiyan
    Participant
    1) For purchasing the batches directly, you'll have to use wplms woocommerce plugin, otherwise the user has to first purchase the course and then click on enroll now button to enroll in the course. By using the wplms woocommerce plugin you can set the different prices for different batches also right now the price of the course is the price of the batch. 2) Yes here only one product is created and that is connected to the course only. No product is connected to the batch. But by using wplms woocommerce plugin you can create variable product and then connect each variation to each batch. Also the each variation can have different pricing. 3) To remove the related products from the product page try using the bellow code in your wplms-customizer.php file present in your wplms customizer plugin: add_filter('woocommerce_related_products_args','wc_remove_related_products', 10);  function wc_remove_related_products( $args ) {   return array();   }
Viewing 4 posts - 16 through 19 (of 19 total)
  • The topic ‘Batches Plugin Not Working’ is closed to new replies.