osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Geotrust/SkipJack Payment Module

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 ...



Find us on Facebook
Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > New osCommerce Contributions

Connect with Facebook Register FAQDonate Members List Calendar Mark Forums Read


Closed Thread

 

LinkBack Thread Tools
  #1  
Old 11-13-2007, 05:25 AM
michael_s's Avatar
osCMax Developer


 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 15,758
Thanks: 139
Thanked 609 Times in 521 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Post Geotrust/SkipJack Payment Module

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

*** 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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -8. The time now is 08:37 AM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2009 osCMax
Inactive Reminders By Icora Web Design