Other payment methods: Difference between revisions
From Joomdle
Jump to navigationJump to search
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.' |
No edit summary |
||
| Line 1: | Line 1: | ||
__Insert_sponsor__ has sponsored the development of a Virtuemart patch to allow for other payment methods (aside from | __Insert_sponsor__ has sponsored the development of a Virtuemart patch to allow for other payment methods (aside from Paypal) to be used. | ||
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: | |||
<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. | |||
Revision as of 17:10, 26 May 2010
__Insert_sponsor__ has sponsored the development of a Virtuemart patch to allow for other payment methods (aside from Paypal) to be used.
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.