2CheckOut Payment Module
THis module incorpoates the 2CO products listing on checkout. Customer is sent to the 2CO payment page to checkout. On returning to store, the customer is sent to an auto-redirect page. This page updates the status of the payment, before confirming the order. The module uses the MD5 return to authenticate the payment result. |
![]() |
v1.2.7, v1.3.0, v1.3.5, v1.3.6, v1.3.7, v1.3.8, v1.3.9, v1.5.0, v1.5.1 |
![]() |
Absolute |
![]() |
undeadzed - 28 Nov 2012 |
![]() |
14,090 |
Version History
2CheckOut Payment Module - Version: 1.5.2.0 | |||||||||||||
Added support for 2Checkout Pass Through Products for a cleaner integration. Added support for currency_code parameter so that you can now price in multiple currencies. |
|||||||||||||
|
|||||||||||||
2CheckOut Payment Module - Version: 1.5.1.0 | |||||||||||||
Added automatic DB creation on install and removal on delete allowing for easy integration. Updated integration instructions. Removed old legacy readme files as requested by ZenCart developers on my last update. Changes can be viewed on the Github rep: https://github.com/craigchristenson/zencart-2checkout | |||||||||||||
|
|||||||||||||
2CheckOut Payment Module - Version: 1.5.0.1 | |||||||||||||
Updated customer state assignment logic Added header redirect support Added single page checkout support |
|||||||||||||
|
|||||||||||||
2CheckOut Payment Module - Version: 1.5 | |||||||||||||
*Updated to work with version 1.3.9 *Added 2Checkout required level 3 data parameters |
|||||||||||||
|
|||||||||||||
2CheckOut Payment Module - Version: 1.4 | |||||||||||||
Added support for NONSSL carts. | |||||||||||||
|
|||||||||||||
2CheckOut Payment Module - Version: 1.3 | |||||||||||||
Edit file \\includes\\modules\\payment\\as2checkout.php. On line 181, Change: zen_draw_hidden_field('x_receipt_link_url', 'http://www.absolute-solutions.co.uk/test/zen/130/process_2checkout.php'); To: zen_draw_hidden_field('x_receipt_link_url', HTTPS_SERVER . DIR_WS_CATALOG . 'process_2checkout.php'); ####### Edit file \\includes\\languages\\english\\modules\\payment\\as2checkout.php to include part of README into MODULE_PAYMENT_2CHECKOUT_TEXT_DESCRIPTION. |
|||||||||||||
|
|||||||||||||
2CheckOut Payment Module - Version: 1.2 | |||||||||||||
Fix bug with orders over 999.99. 2CO rejects order totals containing a comma. This has been fixed with this update. | |||||||||||||
|
|||||||||||||
2CheckOut Payment Module - Version: 1.1 | |||||||||||||
Fix a bug in v1.0 in FireFox. The issue sis that the redirect page include a '&smp;' in the URL, which causes FireFOx to ignore the trailing variable. Fix: Add $redirect_url = str_replace('&', '&', $redirect_url); to line 46 of process_2checkout.php, before the ?_ tag. |
|||||||||||||
|
|||||||||||||
2CheckOut Payment Module - Version: 1.0 | |||||||||||||
|
|||||||||||||