This is a discussion on Geotrust/SkipJack Payment Module within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; This is for Skipjack Module submitted bymcsem82 at 8 Nov 2007 ONLY!!! My customer was never receiving error messages when ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| This is for Skipjack Module submitted bymcsem82 at 8 Nov 2007 ONLY!!! My customer was never receiving error messages when cards were declined ----- Open file: includes/modules/payment/skipjack.php ----- FIND: function before_process() { return false; } ----- REPLACE WITH: function before_process() { global $HTTP_POST_VARS; if ($HTTP_POST_VARS['szIsApproved'] != '1') { if(isset($HTTP_POST_VARS['szAuthorizationDeclinedMessage']) && $HTTP_POST_VARS['szAuthorizationDeclinedMessage']!='') tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYME NT, 'error_message=' . urlencode($HTTP_POST_VARS['szAuthorizationDeclinedMessage']), 'SSL', true, false)); else tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYME NT, 'error_message=' . urlencode(MODULE_PAYMENT_SKIPJACK_TEXT_ERROR_MESSA GE), 'SSL', true, false)); } } P.S. Full Package has been attached. More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Geotrust/SkipJack Payment Module | michael_s | New osCommerce Contributions | 0 | 11-08-2007 09:21 AM |
| GeoTrust Verification Seal Box | michael_s | New osCommerce Contributions | 0 | 09-12-2007 01:41 PM |
| GeoTrust Verification Seal Box | michael_s | New osCommerce Contributions | 0 | 09-12-2007 01:41 PM |
| Can I change size of Geotrust box image? | Redeye_Joe | osCMax v2 Customization/Mods | 0 | 02-28-2006 07:09 AM |
| BoA payment Module | Anonymous | osCMax v1.7 Discussion | 0 | 12-07-2003 11:31 PM |