Community Add-Ons
| Maintainers: | i2Paq |
iDEAL Easy - ABNAMRO
for osCommerce Online Merchant v2.2
This is the long waited iDEAL Easy module for osCommerce and ABNAMRO iDEAL Easy.
This module is also known as the Wiegant module.
Thanks to Job who contributed his work to the Dutch osCommerce community!
Support can be found here: http://forums.oscommerce.nl/index.php?showtopic=10439&st=0
Beware, it's in Dutch.
This is a full package.
in wiegant_ideal.php
find:
$website = HTTP_SERVER; // The url pointing to your shop
$success = HTTP_SERVER ."/checkout_process.php";
$failure = HTTP_SERVER."/checkout_payment.php";
change to:
$website = HTTP_SERVER; // The url pointing to your shop
$success = "/checkout_process.php";
$failure = "/checkout_payment.php";
Because later in the script, HTTP_SERVER; is called again like HTTP_SERVER. $success, making it double and messing up the return URL.
