1
I want to sell courses from Moodle 2.6+ track Magento 1.7.
The process flow is as follows:
- User creates an account in Magento (shopping cart).
- User buys a course.
- After purchasing the course, the user can enter Moodle with the same login data with which the user was registered in Magento.
- User must be enrolled in the purchased course.
How can I do this integration?
Obs.: If possible with View SQL.
Yes, I know that. I created a view in the Magento table to "get" the data I need but Moodle does not recognize the ids of the purchased courses.
– Marcello Infoweb
I am using External Database for both registration and enrollment and I synchronize everything with crontab. But it is difficult to register for courses.
– Marcello Infoweb