This is a discussion on Help with Credit Card Type issues within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Sorry to bother but I've searched whole site can't find anything related to "credit type" or "credit card". It's like ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Sorry to bother but I've searched whole site can't find anything related to "credit type" or "credit card". It's like this. In my checkout_payment page, for the credit card information, there is no "credit card type" box showing up so that customer could pick their card type. I checked following files: /catalog/includes/languages/english/modules/payment/cc.php /catalog/includes/languages/english/checkout_payment.php /catalog/includes/modules/payment/cc.php /catalog/checkout_payment.php But it seems everywhere has already included credit_card_type and defined alright. But it just won't show up. Even the cc_validation file checks for different card types also. I haven't changed anything related to credit card yet. So it came with default. I went into admin control panel, and in the credit edit option from payment module, I could not find credit card type neither. Please save my dumb butt here. I've spent this whole night try to find it. I will really appreciate someone could give me some hints. Thank you very much in advanced. If you want to see what's going on, coming www.countryroadus.com/shop1/catalog register a user and go to checkout_payment. You will see the in credit information section, only owner_name, credit number, and expiration date are showing, but not credit card type.[/url] |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| The logic of the CC module doesnt need this input. It is an offline processor, so there is no need to know what type of card it is.
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| The problem is that your products have a weight of 0 in the database, I know that this sounds silly but it caught me out too. Try search this site for tips about weight! |
|
#4
| |||
| |||
| Its a bit confusing for the user to let the back end "autodetect" the credit card type. Its nice that it can confirm the type, but the user should be able to *Select* its payment type, so it knows what the site supports. Its pretty standard practice now. People are so used to seeing it, they'll think there is something wrong if they dont. And you dont want any doubt in the mind of the user when they're just about to put in their cc#! So, are there any modules that allow you to select a payment type? Also, is there a way to process the credit cards manually, instead of using an automated service like authorize.net? Thanks in advance! |
|
#5
| ||||
| ||||
| chrisyewchuk, the standard cc module IS an offline processor that doesnt use any online processing I do not recommed using it for anything other than testing though, since it is not secure. Also, if you think it is not clear to your users what cc types you accept, just put icons of the ones you accept on the payment page. That is a very easy solution that will remove any doubt as to the type of cards you accept.
__________________ Michael Sasek osCMax Developer
|
|
#6
| |||
| |||
| Hi msasek, When I first installed Max MS2 it seemed to default to the authorize.net payment. I've since disabled the authroize.net module under "Payment Modules", but still each time I try to complete the checkout I get the following error: Code: Warning: exec(): Unable to fork [/usr/bin/curl -d "x_Login=MODULE_PAYMENT_AUTHORIZENET_LOGIN [All my transaction details..] https://secure.authorize.net/gateway/transact.dll] in c:\inetpub\wwwroot\catalogmax\includes\modules\authorizenet_direct.php on line 69 It looks as though the authroize.net code cannot be turned off?! Is that the case? I looked at the original (non-Max) version of OSC, and it works fine - doesn't try any authroize.net stuff. Thanks for any clarification you can offer me, Chris. |
|
#7
| |||
| |||
| A did a bit more investigation, and I found the code that's trying to include the authorizenet_direct.php file: in checkout_process.php it says: Code: //************************************************************
// Authorizenet ADC Direct Connection
// Make sure the /catalog/includes/class/order.php is included
// and $order object is created before this!!!
if(MODULE_PAYMENT_AUTHORIZENET_STATUS) {
include(DIR_WS_MODULES . 'authorizenet_direct.php');
}
//************************************************************
Any idea where or why this is set? I assume that if I can reset this flag then it will bypass the authorize.net stuff.. Thanks! Chris. |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Credit Card problems | lem | osCMax v1.7 Installation | 3 | 05-16-2006 02:50 PM |
| Some credit card orders are not going through | mrocket | osCommerce 2.2 Discussion | 1 | 04-02-2006 11:52 AM |
| Credit Card via Authorize.net | lem | osCMax v2 Installation issues | 1 | 07-18-2005 12:43 PM |
| Help with EPN credit card processing | joanstead | osCommerce 2.2 Modification Help | 1 | 03-08-2005 05:55 PM |
| help with credit card processing | andywong79 | osCommerce 2.2 Installation Help | 1 | 04-10-2003 02:39 PM |