Community Add-Ons
| Maintainers: | a3gzuy |
InternetSecure Merchant Direct
for osCommerce Online Merchant v2.2
A payment module for InternetSecure Merchant Direct.
This module supports:
* Verified By Visa and Mastercard SecureCode.
* Canadian and US dollars accounts
* e-mail (that is osCommerce's user name) defined test account.
* Personalized totals to send.
I stopped using osCommerce image functions long, long time ago, so you should perform a search in the code for comments started by "@@" and replace them with your own images (buttons).
For the cart to be emptied when a purchase is made thru Interac, replace the following line (in isio.php around line 187) :
$approved_url = $return_url . FILENAME_CHECKOUT_SUCCESS;
with
$approved_url = $return_url . FILENAME_CHECKOUT_PROCESS;
