Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2007
    Posts
    48
    Plugin Contributions
    0

    Default Problem with Mastercard and the Edit Orders contribution mod

    I am using the CC module in the admin.

    When sombody orders online I get an email with the middle info and when I look at the order the CC number is there with the middle digits as XXX

    everything is fin except when they order with a master card...

    the middle digits are still mailed but in the order only the (Last 4) digits appear and I have to call the customer to get the first 4 digits

    how can I fix this?

    Thanks

  2. #2
    Join Date
    Apr 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: Problem with Mastercard

    Turns out that it is edit orders is what is killing the cc number, here is the code, could somebody help me disable it?

    if(substr($update_info_cc_number,0,8) != "(Last 4)")
    $UpdateOrders .= "cc_number = '". $_POST['update_info_cc_number']. "',";

    I wounder what would happen if I just comment it out?

  3. #3
    Join Date
    Apr 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: Problem with Mastercard

    Problem fixed:

    comenting out those 2 lines in edit_orders.php stops the cc number from getting clobbered !

 

 

Similar Threads

  1. Problem with Edit Orders Mod
    By alistever in forum General Questions
    Replies: 0
    Last Post: 13 Mar 2010, 04:13 AM
  2. Replies: 6
    Last Post: 23 Feb 2010, 02:53 PM
  3. Edit Orders MOD Sales Tax Problem
    By clayton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 29 Jun 2009, 07:25 PM
  4. Edit Orders MOD
    By S.A.R in forum General Questions
    Replies: 1
    Last Post: 23 Jun 2009, 12:08 PM
  5. Problem With Edit Orders
    By SteveCollins in forum General Questions
    Replies: 0
    Last Post: 30 Jun 2008, 10:07 AM

Posting Permissions

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