This repository contains the edX E-Commerce Service, which relies heavily on django-oscar, as well as all frontend and backend code used to manage edX's product catalog and handle orders for those products.
Changelog
- changed models on courses/models to add spanish default translations via backend, instead of at frontend runtime.
- added webpay payment processor and views
- changed default error pages for 404 and 500 errors
- added models on extensions/payment
- changed ReceiptResponseView on ecommerce/extensions/checkout/views to add boleta to template context
- added template, javascript and emails
- added commands to extensions/payment
- added mixins to extensions/payment/processors and extensions/payment/views
- modified paypal on extensions/payment to convert from the defaul currency to USD. Also added logic to connect to boleta.
For more details check the .github folder for Installing and on developper notes.
Documentation is hosted on Read the Docs. The source is hosted in this repo's docs directory. To contribute, please open a PR against this repo.
The code in this repository is licensed under version 3 of the AGPL unless otherwise noted. Please see the LICENSE file for details.
Contributions are welcome. Please read How To Contribute for details. Even though it was written with edx-platform
in mind, these guidelines should be followed for Open edX code in general.
Please do not report security issues in public. Please email security@edx.org.
Ask questions and discuss this project on Slack or in the edx-code Google Group.