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 1a926e7dec Plugin: BuyCourses: Buy courses tab redirects to catalog - refs BT#19664 4 years ago
..
lang Minor: Improvements in buycourses plugin documentation and translations 4 years ago
resources Plugin: BuyCourses: Add discount coupons feature by @nosolored 4 years ago
src Plugin: BuyCourses: Buy courses tab redirects to catalog - refs BT#19664 4 years ago
uploads/services/images
view add stripe payments support 4 years ago
CHANGELOG.md Minor: Improvements in buycourses plugin documentation and translations 4 years ago
README.md Minor: Improvements in buycourses plugin documentation and translations 4 years ago
admin.php
config.php
database.php add stripe payments support 4 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.

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)

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