Other payment methods

From Joomdle
Jump to: navigation, search

Tech Umbrella Group has sponsored the development of a Virtuemart patch to allow for Authorize.net payments (and possibly other payment methods) to be used with Joomdle.

With it, when a course purchase is made in Virtuemart with any payment method, the user is automatically enrolled in the relevant Moodle courses.

To use it, you must patch a clean installation of Virtuemart 1.1.4 with the attached patch.

You can do it in Linux systems with this command, after entering the administrator/components/com_virtuemart/classes folder:

patch -p0 -i ps_checkout.php.patch

This patch has not been fully tested and is offered without any guarantees or support, as we can not handle Virtuemart particularities for each user.

This patch adds Joomdle support for ALL payment methods. If you want to set it up only for specific payment methods, you will need to modifiy the patch.

Please note this patch will not work for most of the payments methods not included in Virtuemart package and in fact has only been tested with Authorize.net.

To sum up: Don't try to use it if you don't know what you are doing!!