Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2015
    Location
    Oregon
    Posts
    10
    Plugin Contributions
    0

    Default UPSXML Module returning empty results

    I am getting blank results with only a "close window" option in the UPS module.

    I have enabled logging and found this...<ErrorCode>270032</ErrorCode><ErrorDescription>Invalid Destination Postal Code and City</ErrorDescription>

    Impossible because I did have the opportunity to enter a destination zipcode

    Can someone help guide me on where this error is from?

    - M

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

    Default Re: UPSXML Module returning empty results

    What is the Ship From address?

    What is the Ship To address?
    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!]
    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
    Join Date
    Feb 2015
    Location
    Oregon
    Posts
    10
    Plugin Contributions
    0

    Default Re: UPSXML Module returning empty results

    The ship from zipcode is from Oregon, US 97503. The ship to zipcode form never populates, just gives a blank page

  4. #4
    Join Date
    Feb 2015
    Location
    Oregon
    Posts
    10
    Plugin Contributions
    0

    Default Re: UPSXML Module returning empty results

    I followed the instructions in this post but they did not work

    http://www.zen-cart.com/showthread.p...addresses-work

    The error went away in the log file, however I still get a blank screen with no zip code to select for the destination

    What to do?
    Last edited by Marooned; 20 Feb 2015 at 08:49 PM.

  5. #5
    Join Date
    Feb 2015
    Location
    Oregon
    Posts
    10
    Plugin Contributions
    0

    Default Re: UPSXML Module returning empty results

    OK, The error is back, I guess I didnt read the updated log. I do not understand why I am not presented with a window to select a zipcode

  6. #6
    Join Date
    Feb 2015
    Location
    Oregon
    Posts
    10
    Plugin Contributions
    0

    Default Re: UPSXML Module returning empty results

    I change the url to go to onlinetools.ups.com and got a blank page for shipping estimator

    I then changed the shipping zone to Florida from none. Now I get presented with a form to enter a zipcode. I enter the zip code and I get a blank screen with no results except <close window> link

  7. #7
    Join Date
    Feb 2015
    Location
    Oregon
    Posts
    10
    Plugin Contributions
    0

    Default Re: UPSXML Module returning empty results

    I got it to work

    I changed $this->use_exec = '1'; to $this->use_exec = '0';

    I also changed
    $this->host = ((MODULE_SHIPPING_UPSXML_RATES_TEST_MODE == 'Test') ? 'www.ups.com' : 'www.ups.com');
    to
    $this->host = ((MODULE_SHIPPING_UPSXML_RATES_TEST_MODE == 'Test') ? 'wwwcie.ups.com' : 'onlinetools.ups.com');

    works great

 

 

Similar Threads

  1. Simple INNER JOIN not returning results
    By jeffiec in forum Code Collaboration
    Replies: 5
    Last Post: 18 Jul 2016, 03:52 PM
  2. My admin search returning no results
    By thebigkick in forum Customization from the Admin
    Replies: 13
    Last Post: 22 May 2012, 09:40 PM
  3. Replies: 10
    Last Post: 27 Apr 2010, 10:29 PM
  4. Search Function returning no results
    By dsdeiz in forum General Questions
    Replies: 12
    Last Post: 10 Jun 2009, 06:18 AM
  5. developer toolkit not returning results - language pack problem?
    By whitenoises in forum General Questions
    Replies: 2
    Last Post: 9 Feb 2009, 11:24 PM

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