Contributions
ePDQ CPI Module
Payment module for Barlcays ePDQ CPI interface.
We have developed this module so that it does not require any modifications to osCommerce files and is simple to install and configure due to issues our clients had with the existing module.
As a preferred development partner for Barlcays ePDQ we can offer full installation and support for this module - see readme file in package.
Expand All / Collapse All
v 1.11, 06.07.2011. Modified fields passed across in line with changes Barclays have made to their systems
v 1.09, 03.07.2008. Fixed errors in sending across totals in different currencies to ePDQ, and billing/delivery details inc. USA states are now sent across correctly too. Contributed by Sam G.
v 1.10, 15.02.2011. Included callback fix. Contributed by cabl3gu7. Clean up a couple of bits in ePDQ.php.
I have found a problem with the session key variable name which stopped this module working with a contribution for multiple prices per customer group I have been using.
Ammend line 58 in the callback script onwards from:
foreach($array as $kn => $v) {
global $$kn;
$_SESSION[$key] = $$kn = $v;
}
to:
foreach($array as $kn => $v) {
global $$kn;
$_SESSION[$kn] = $$kn = $v;
}
Simple mistake, hope that helps.
Fixed errors in sending across totals in different currencies to ePDQ, and billing/delivery details inc. USA states are now sent across correctly too. Contributed by Sam G.
v.1.07, 30102006 - removed dependency for separate SQL file and included it in install, misc version fixes
v.1.08, 19092007 - dependency on sockets removed with option to use CURL if available (contribute by Philip Kay)
Added multi currency support
Improved documentation
This release includes updated documentation from feedback given to make install and configuration even easier. Also includes a minor update to the callback script.
Payment module for Barlcays ePDQ CPI interface.
We have developed this module so that it does not require any modifications to osCommerce files and is simple to install and configure due to issues our clients had with the existing module.
As a preferred development partner for Barlcays ePDQ we can offer full installation and support for this module - see readme file in package.
Note: Contributions are used at own risk.