[solved] Selling courses to enterprises

Vasile
Forums
Hi there! I downloaded and installed on my server Opigno a few days ago and I have to say that I'm SUPER EXCITED! We would like to sell our courses to individuals, small businesses and enterprises. The courses are the same, the only difference is the number of members can participate to a course. How would you organize a structure like this? Really hope to hear from you! ############################ PROJECT STRUCTURE Course 1 Enterprise - User 1, User 2, User 3, User 4, User 5 Small business - User 1, User 2 Individual - User 1 ############################ PROJECT STRUCTURE Really hope to hear from you!
Vasile

Clarification

I think that a lot of those who sell online courses would need to structure this way their LMS.
James Aparicio

Hi Vasile,

Hi Vasile, Thank you for the feedback, it is a good idea indeed. Selling packs of user access for a given course. This could be implemented by sending a token to the user that confirmed the transaction identifying the order and saving the number of times it has been used. Also creating a form where a user could redeem the token getting access to the course. I think it is a better solution than demanding the buyer to give a list of email when processing the order. Are you a developer and you want tips to contribute this feature? I will talk with the rest of the team to check the road-map/viability for this feature. Best regards
Vasile

Thank you so much for your

Thank you so much for your reply! No, i'm not a developer, I'm just part of the company that will offer this courses online. We are looking for a platform to develop our project. We would like to be able to sell to a company a X number of memberships (every membership will be a student) and then allow them to send an email/link to their employees in order to register to the courses and follow the course. Another option would be to allow the company to buy a X number of memberships and then we would manually add the members to the courses but this could become heavy to manage when a company buys 20-30 memberships. How can we do if we don't have the coding skills?
James Aparicio

Ultimately i guess the

Ultimately i guess the cleanest solution is giving the buyer a token and allowing the final user to redeem it via a form. If/When we create an app for it, this is most probably the way we will do it. Without coding anything and to set it up the fastest/easiest way would be by creating a rule, under configuration rules, that acts on checkout completion. Check the amount that was bought and send an email if he bought more than one saying "Please send an email to youremail with the list of emails you want to give access to." And then you would manually add the users you received. Note that currently the user that is buying automatically gets access to it, so you would have to remove him manually, if the user that bought it in not in the email list. This is what you can do without having to code anything. Also you could look into the commerce module and do a discount for certain amounts. Look up Drupal 7 Rules module tutorials and Drupal 7 Commerce tutorials. We can also develop a custom solution for you, Best regards
Vasile

Again, thank you for your

Again, thank you for your time! I would be interested in the part of "developing a custom solution" since this would be just one of the customizations we would need. There would be also some theme changing, user management and plenty of other tasks to develop. I think that those tasks would be fairly easy to develop for a developer, especially for those who built the platform :) How could we move in that direction?
James Aparicio

Thank you vasile, it would be

Thank you vasile, it would be a pleasure to develop a custom solution for you :) . We will contact you shortly. Best regards
subhra44

I also want a similar feature

I also want a similar feature for one of my client. Did you develop any feature like this?
axel

Hi,

Hi,

Yes, of course.

Don't hesitate to contact us in order to discuss more in details your project.

Best regards,

subhra44

Actually I want to develop it

Actually I want to develop it. Can you suggest me some ideas?
axel

What about the ideas

What about the ideas presented above in this thread ?

Please explain more in details what you are loking for if these above ideas do not answer your question.

subhra44

Thanks. I will try to

Thanks. I will try to implement the above idea.
innovafire

Coupons?

What about a coupon code that can be redeemed at checkout, similar to how Ubercart has it. Basically you sell the group rate off-line and then give them a coupon code that is set up on the back-end with a certain number of uses only allowed for that coupon. You give that group the coupon and then they enter it in at checkout, which makes the purchase price zero for the user (since it is already paid). Could that be done with the software right now, or would it need to be developed?