Results 1 to 2 of 2

Credit Card Acceptance in cc_validation class

This is a discussion on Credit Card Acceptance in cc_validation class within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; Is there any reason for the check on cc acceptance not existing in my copy of the cc_validation class? In ...

      
  1. #1
    Member
    Join Date
    Aug 2003
    Location
    Southampton UK
    Posts
    63
    Rep Power
    0


    Default Credit Card Acceptance in cc_validation class

    Is there any reason for the check on cc acceptance not existing in my copy of the cc_validation class? In standard osCommerce the validation code in cc_validation is very different but there is code to check if each type of card is accepted eg:
    Code:
             if ( strtolower(MODULE_PAYMENT_CC_ACCEPT_VISA) != 'true' ) {
             return -5;
    		 }
    Although these lines are missing from my file, the constant MODULE_PAYMENT_CC_ACCEPT_VISA and the other associated constants are referenced in the payment module cc.php and hence listed in the configuration table.

  2. #2
    Member
    Join Date
    Aug 2003
    Location
    Southampton UK
    Posts
    63
    Rep Power
    0


    Default

    I realise now that I added the BMC CC Mod to Max but retained the cc_validation class which does not check acceptance.

Similar Threads

  1. 8 digits credit card
    By altenter in forum osCmax v1.7 Discussion
    Replies: 9
    Last Post: 08-20-2004, 08:07 AM
  2. Help With Credit Class / Coupons
    By swrecruiter in forum osCMax v1.7 General Mods Discussion
    Replies: 1
    Last Post: 02-09-2004, 12:50 AM
  3. Credit Class/Discount Coupon/gv
    By CookieMonster in forum osCmax v1.7 Discussion
    Replies: 6
    Last Post: 10-12-2003, 05:24 PM
  4. credit class and GV contribution
    By Dumb_Question in forum osCommerce 2.2 Modification Help
    Replies: 7
    Last Post: 08-02-2003, 08:03 AM

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
  •