Skip to content

Releases: onbirdev/moodle-enrol_cart

Version 1.2.0

02 Dec 19:43
Compare
Choose a tag to compare

Fix #5
Fix #6
Fix #7
Fix #9
Fix #10

Version 1.1.0

15 Nov 17:35
Compare
Choose a tag to compare

Fix PHP coding style problems
Fix Javascript coding style problems
Fix CSS problems
Fix PHPDocs style problems
Fix Mustache template problems
Fix some bugs

Full Changelog: v1.0.2...v1.1.0

Version 1.0.2

15 Oct 08:32
Compare
Choose a tag to compare

Fix some bugs
Full Changelog: v1.0.1...v1.0.2

Version 1.0.1

12 Oct 15:41
Compare
Choose a tag to compare

Fix some bugs
Full Changelog: v1.0.0...v1.0.1

v1.0.0

28 Aug 13:14
Compare
Choose a tag to compare

Version 1.0.0 - Initial Release

I am excited to announce the first official release of the Moodle Shopping Cart Plugin!

Key Features

  • Shopping Cart Enrolment Method:
    Adds a "Cart" enrolment method to courses, enabling users to easily add one or more courses to their shopping cart and complete payment using Moodle's available payment gateways.

  • User-Friendly Cart Management:
    Users can access their shopping cart through the cart icon in the top navigation bar and review their purchase history via the "My Purchases" option in the user menu.

  • Seamless Shopping Experience:
    Users can add courses to their cart even before logging in. The cart information is stored in a cookie and automatically transferred to the database once the user logs in, allowing them to complete their purchase without losing any items.

  • Discount Management:
    Administrators can set discount amounts or percentages for individual courses. The plugin also supports discount coupons, which can be used during checkout by implementing the enrol_cart\object\CouponInterface class and setting the coupon_class in the cart enrolment settings.

Thank you for your interest in the Moodle Shopping Cart Plugin! I look forward to your feedback and contributions.