Results 1 to 7 of 7

Help with Credit Card Type issues

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

      
  1. #1
    Lurker
    Join Date
    Feb 2003
    Posts
    3
    Rep Power
    0


    Default Help with Credit Card Type issues

    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]
    CRUS
    Business and Travel to China
    http://www.countryroadus.com

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default

    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


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    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 Documentation

  3. #3
    Member
    Join Date
    Dec 2002
    Posts
    92
    Rep Power
    0


    Default

    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. #4
    Lurker
    Join Date
    Oct 2003
    Posts
    4
    Rep Power
    0


    Default

    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. #5
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default

    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


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    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 Documentation

  6. #6
    Lurker
    Join Date
    Oct 2003
    Posts
    4
    Rep Power
    0


    Default

    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
    Since I turned off the authorize.net stuff, why does it still seem to access the authroize.net gateway?

    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. #7
    Lurker
    Join Date
    Oct 2003
    Posts
    4
    Rep Power
    0


    Default

    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');
      }
      //************************************************************
    So it seems that "MODULE_PAYMENT_AUTHORIZENET_STATUS" is being set somewhere, but I can't find it with a text search on the entire \catalog directory tree..

    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.

Similar Threads

  1. Credit Card problems
    By lem in forum osCMax v1.7 Installation
    Replies: 3
    Last Post: 05-16-2006, 02:50 PM
  2. Some credit card orders are not going through
    By mrocket in forum osCommerce 2.2 Discussion
    Replies: 1
    Last Post: 04-02-2006, 11:52 AM
  3. Credit Card via Authorize.net
    By lem in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 07-18-2005, 12:43 PM
  4. Help with EPN credit card processing
    By joanstead in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 03-08-2005, 05:55 PM
  5. help with credit card processing
    By andywong79 in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 04-10-2003, 02:39 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •