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 | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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 *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Geotrust/SkipJack Payment Module | michael_s | New osCommerce Contributions | 0 | 11-08-2007 08:21 AM |
| GeoTrust Verification Seal Box | michael_s | New osCommerce Contributions | 0 | 09-12-2007 12:41 PM |
| GeoTrust Verification Seal Box | michael_s | New osCommerce Contributions | 0 | 09-12-2007 12:41 PM |
| Can I change size of Geotrust box image? | Redeye_Joe | osCMax v2 Customization/Mods | 0 | 02-28-2006 06:09 AM |
| BoA payment Module | Anonymous | osCMax v1.7 Discussion | 0 | 12-07-2003 10:31 PM |