Home › Forums › WPLMS AddOns › WPLMS Batches › Need help to set up batches
- This topic has 8 replies, 2 voices, and was last updated 7 years, 10 months ago by H.K. Latiyan.
Viewing 9 posts - 1 through 9 (of 9 total)
-
AuthorPosts
-
January 19, 2017 at 10:28 am #90843rinnhoferParticipantHello, I have gone through your batches documentation and support threads but I am not sure I have got the best solution for my requirement, so Please help me out to design the process flow My requirement is to sell the course with 15 users license to companies and their employees will take the course. But, to achieve this I need to follow these steps
- The company will purchase a course.
Create a Private batch in a course with 15 seats.
Create 15 user accounts & 1 batch admin account.
Assign batch admin rights to 1 account
Then from the batch admin account, I need to send friends request to 15 student accounts and need to accept them from the students' accounts.
Invite 15 students to batch & accept the invitations from students accounts.
After following these (lengthy & Time-consuming) steps, finally, I can send students login details and then they can access the course. My objective is to be easily able to send the login details to 15 students and 1 batch admin, so I can I reduce the number of steps. Please guide me Thanks,
January 19, 2017 at 3:44 pm #90960H.K. LatiyanParticipantWe have added a new feature in the wplms batches plugin using which you can sell the batche for 15 users to a company and automatically the buyer will become the admin of the batch. This will fulfil your requirements. This will be released with the tomorrow's update. I'll share the tutorial of the same by tomorrow.January 19, 2017 at 3:45 pm #90961H.K. LatiyanParticipantPlease ping back for the reminder to share the tutorial.January 20, 2017 at 11:44 am #91064rinnhoferParticipantHi, That's sound promising, This is just a reminder for the tutorial. Thanks,January 20, 2017 at 2:16 pm #91107H.K. LatiyanParticipantThe wplms batches 1.5 update has been released. Here is the tutorial for buy batch: https://wplms.io/support/knowledge-base/wplms-buy-batch-feature/January 21, 2017 at 1:55 pm #91228rinnhoferParticipantHi, Excellent solution for my case. Thank you. To add students to the purchased batch, do they need to friends(BuddyPress) with admin? or admin can add any student who is registered to the site ? Thanks,January 23, 2017 at 5:25 am #91317H.K. LatiyanParticipantAdmin can add any student they want. This feature is also added in wplms batches 1.5 version. Refer: http://prntscr.com/dz44ipJanuary 23, 2017 at 2:14 pm #91454rinnhoferParticipantThis reply has been marked as private.January 24, 2017 at 3:27 pm #91749H.K. LatiyanParticipant1) Ok, I checked this on my test setup and yes its not working for non logged in users. Marking this as a bug and it will be fixed in the next update. ----------------- If you want to fix it yourself then you can do it, its a very simple fix. Simply add the bellow line in the buy_batch_actions.php file line number 33: refer: http://prntscr.com/dzqtce add_action('wp_ajax_nopriv_buy_wplms_batch',array($this,'buy_wplms_batch')); --------------- 2) Yes the product is created dynamically, but the product will be deleted automatically once the order is completed. After the order is completed the batch is created with the name, courses and seats provided by the user. After this the product is deleted automatically. -
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
- The topic ‘Need help to set up batches’ is closed to new replies.