commit
255943be0e
@ -1,13 +1,32 @@ |
|||||||
Buy Courses plugin for Chamilo LMS |
Buy Courses (course sales) plugin |
||||||
======================================= |
================================= |
||||||
Users can access the purchases catalog to buy courses or sessions (since v2 of this plugin) |
This plugin transforms your Chamilo installation in an online shop by adding a catalogue |
||||||
enabled for sale. |
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 |
If the user is not registered or logged in, he/she will be requested to register/login |
||||||
before he/she can resume buying items. |
before he/she can resume buying items. |
||||||
|
|
||||||
Once the course or session is chosen, shows available payment types (currently only PayPal works) |
Once the course or session is chosen, the plugin displays the available payment methods |
||||||
and lets the user proceed with the purchase. |
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) |
||||||
|
|
||||||
Finally, the user receives an e-mail confirming the purchase and him/her is can access to the |
The user receives an e-mail confirming the purchase and she/he can immediately |
||||||
course/session. |
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](./CHANGELOG.md) |
||||||
Loading…
Reference in new issue