Other payment methods: Difference between revisions
Created page with '__Insert_sponsor__ has sponsored the development of a Virtuemart patch to allow for other payment methods (aside from PAypal) to be used.' |
m Protected "Other payment methods" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[http://techumbrellagroup.com/ 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 [http://sourceforge.net/projects/moodle-joomla/files/ps_checkout.php.patch/download attached patch]. | |||
You can do it in Linux systems with this command, after entering the administrator/components/com_virtuemart/classes folder: | |||
<pre> | |||
patch -p0 -i ps_checkout.php.patch | |||
</pre> | |||
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!!''' | |||
Latest revision as of 15:07, 30 October 2010
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!!