Payment processing code for transactions with
http://www.moneris.comDownload zip archive moneris.zip ( attached below)
Installation: as regular virtuemart payment module.
Also you will need:
1. Add the following 4 lines to VirtueMart language file:
////////////////////////////////
var $_PHPSHOP_ERROR_CODE = 'Error Code';
var $_PHPSHOP_DECLINE = 'Your transaction has been declined.';
var $_PHPSHOP_APPROVED = 'Your transaction has been approved!';
var $_PHPSHOP_UNKNOWN_ERROR = 'There was error processing your transaction. Please blah-blah... for help.';
////////////////////////////////
2. Call Moneris and ask them to activate API for your account. It looks like it is not activated by default.
see screenshots below for other details.
Tested on VirtueMart 1.0.6
Enjoy!