Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/buycourses
Angel Fernando Quiroz Campos e4b75cec33
Minor: Format code
11 months ago
..
lang Minor: Format code 2 years ago
resources add subscriptions support to buy courses plugin 3 years ago
src Minor: Format code 11 months ago
uploads/services/images
view Plugin: BuyCourses: Improve display headers in sales reports 2 years ago
CHANGELOG.md update changelog 3 years ago
README.md Plugin: BuyCourses: Add information in README to avoid enabling in regions (which give blank pages) 3 years ago
admin.php
config.php
database.php add subscriptions support to buy courses plugin 3 years ago
index.php
install.php Minor - Flint fixes 5 years ago
plugin.php
uninstall.php
update.php Minor - Flint fixes 5 years ago

README.md

Buy Courses (course sales) plugin

This plugin transforms your Chamilo installation in an online shop by adding a catalogue of courses and sessions that you have previously configured for sales.

If the user is not registered or logged in, he/she will be requested to register/login before he/she can resume buying items.

Do not enable this plugin in any "Region". This is a known issue, but it works without region assignation.

Once the course or session is chosen, the plugin displays the available payment methods and lets the user proceed with the purchase. Currently, the plugin allows users to pay through:

  • PayPal (requires a merchant account on PayPal at configuration time)
  • Bank payments (requires manual confirmation of payments' reception)
  • RedSys payments (Spanish payment gateway) (requires the download of an external file)
  • Stripe payments (requieres a merchant account oin Stripe at configuration time)
  • Cecabank payments (Spanish payment gateway)

The user receives an e-mail confirming the purchase and she/he can immediately access to the course or session.

We recommend using sessions as this gives you more time-related availability options (in the session configuration).

Updates

You must load the update.php script for installations that were in production before updating the code, as it will update the database structure to enable new features.

Please note that updating Chamilo does NOT automatically update the plugins structure.

You can find a history of changes in the CHANGELOG.md file