Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1

    red flag Shipping and Billing DO match but Admin says they don't

    Since 1/28/09, When customers place orders, I have been getting the "red dot" stating that their billing and shipping addresses do not match. When I go to review their orders, everything seems to be as it should and the billing and shipping addresses DO match. Payments from the customers were made through the PayPal IPN - Website Payments Standard and I am using the latest ZenCart release.

    I have made no changes and all of my products (all digital media) are set up the same way. Why all of a sudden am I getting this error?

    I have searched the forums and have found nothing that addresses this particular situation. Any assistance would be greatly appreciated.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Shipping and Billing DO match but Admin says they don't

    The comparison is made on the customer address, shipping address and payment address for any differences ...

    NOTE: little things like
    Road vs RD
    Street vs ST

    will be flagged ...

    This flag does not mean something is definitely wrong, it is just a heads up to review the information ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3

    Default Re: Shipping and Billing DO match but Admin says they don't

    Quote Originally Posted by Ajeh View Post
    The comparison is made on the customer address, shipping address and payment address for any differences ...

    NOTE: little things like
    Road vs RD
    Street vs ST

    will be flagged ...
    When comparing all of these, they are all the same, even when checking their address on PayPal. There are no differences.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Shipping and Billing DO match but Admin says they don't

    And the red dot is appearing next to the Order and not just in the legend correct?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5

    Default Re: Shipping and Billing DO match but Admin says they don't

    Yes, that is correct.

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Shipping and Billing DO match but Admin says they don't

    And if you look in the actual orders table are all 3 sets of data identical?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Shipping and Billing DO match but Admin says they don't

    This is the specific code testing the fields if it helps:
    Code:
          $show_difference = '';
          if (($orders->fields['delivery_name'] != $orders->fields['billing_name'] and $orders->fields['delivery_name'] != '')) {
            $show_difference = zen_image(DIR_WS_IMAGES . 'icon_status_red.gif', TEXT_BILLING_SHIPPING_MISMATCH, 10, 10) . ' ';
          }
          if (($orders->fields['delivery_street_address'] != $orders->fields['billing_street_address'] and $orders->fields['delivery_street_address'] != '')) {
            $show_difference = zen_image(DIR_WS_IMAGES . 'icon_status_red.gif', TEXT_BILLING_SHIPPING_MISMATCH, 10, 10) . ' ';
          }
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8

    Default Re: Shipping and Billing DO match but Admin says they don't

    Hi Ajeh,
    I just checked the code and what I have is exactly the same code as above. Is there any other place I can check? Do you think this could be a PayPal issue or would it help if I re-installed the PayPal payment module?

  9. #9
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Shipping and Billing DO match but Admin says they don't

    I was referring more to checking the specific fields in the orders table for identical matches ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #10

    Default Re: Shipping and Billing DO match but Admin says they don't

    Where do I find the orders table?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Force Billing and Shipping Address to match?
    By skywalker826 in forum General Questions
    Replies: 1
    Last Post: 5 May 2011, 10:17 AM
  2. shipping and billing address don't match
    By happy meme in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 13 Aug 2009, 06:26 AM
  3. Billing and shipping does not match
    By confused_aswell in forum General Questions
    Replies: 2
    Last Post: 23 Jul 2008, 09:48 PM
  4. Billing and Shipping does not match
    By Azeela in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 13 Apr 2008, 08:55 PM
  5. No email of Order - Billing & Shipping don't match
    By rpbrannan in forum Managing Customers and Orders
    Replies: 3
    Last Post: 20 Jun 2006, 03:16 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR