Contributions
iDEAL Easy - ABNAMRO
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.
Expand All / Collapse All
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.
Version 1.2 of the module.
In this version, the orderID (to be sent to iDEAL) is no longer inserted via JavaScript, but generated in PHP.
This resolves an issue where the document.write()-function, which should insert the hidden form field with the orderID, is not always properly executed.
This is version 1.1 of the package.
In this version:
- Added small iDEAL icon that appears on the Payment Method selection page in the shop.
- When installing, no more need to manually set shop URL and return script paths, as this info is taken now from configure.php.
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.
Note: Contributions are used at own risk.