Integration between Magento and Moodle

1

I want to sell courses from Moodle 2.6+ via Magento 1.7.

The process flow is as follows:

  • User creates an account in Magento (shopping cart).
  • User purchases a course.
  • After acquiring the course, the user can enter Moodle with the same login information as the user has registered with Magento.
  • User must be enrolled in the course purchased.

How can I do this integration?

obs .: If possible with View SQL.

    
asked by anonymous 06.02.2014 / 14:38

1 answer

1

This type of integration can be done, but it depends on the way you want to structure your application. Nothing prevents a user from purchasing a course, the system generates a login and password for it in the Moodle database and sends this data by e-mail, thus giving access not only to Moodle but also to enrolling in the desired course .

    
06.02.2014 / 14:52