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

    Default UPS rates/shipping options not loading intermittently

    Intermittent problem with UPS rates not displaying and showing this error in its place. I use to have same issue until I updated the curl lines about a month ago. However now this started happening again today. At a loss as to what to do. Have to keep refreshing shipping page till comes up and sometimes will not checkout either because of it.

    Rating and Service 1.0001 0 An unknown error occured while attempting to contact the UPS gateway : Rating and Service 1.0001 0 An unknown error occured while attempting to contact the UPS gateway

    Thanks for any help or ideas.

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

    Default Re: UPS rates/shipping options not loading intermittently

    Guessing that you are using UPSXML, try this change for a better solution ...

    Edit the file:
    /includes/shipping/uspsxml.php

    and change the code to read around line 71:
    Code:
        $this->host = ((MODULE_SHIPPING_UPSXML_RATES_TEST_MODE == 'Test') ? 'wwwcie.ups.com' : 'www.ups.com');
    the domain is changed from:
    wwwcie.ups.com

    to read:
    www.ups.com
    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: UPS rates/shipping options not loading intermittently

    Thanks for the post Ajeh, I did have it set to the old way as you had set, however when I changed it to what you recommend the same thing is happening. I wanted to wait a couple days to see if it disappeared on its own and it did not. I also noticed that sometimes when I refreshed it would display for example UPS Ground without the date sometimes and display the rates. Not sure if that tells you something but its almost as if the datafeed was not provided in full or cutoff. Maybe due to a slow server possibly?? Does that make any sense?

    If you or anyone else has any suggestions please let me know.

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

    Default Re: UPS rates/shipping options not loading intermittently

    UPS has been a little flakey the last few days ...

    Using the www.ups.com seems more reliable ...

    There are two calls made to ups, one for the quotes and one for the times ...
    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
    Join Date
    Dec 2013
    Posts
    17
    Plugin Contributions
    0

    Default Re: UPS rates/shipping options not loading intermittently

    thank the gods for this thread <3
    so you guys are using www.ups.com in both fields? or just the last?

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

    Default Re: UPS rates/shipping options not loading intermittently

    At the moment just the last, but I am thinking both maybe necessary as the last few days of watching this, the first seems to really be failing more often than it works ...
    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
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: UPS rates/shipping options not loading intermittently

    While I do not use the UPSXML module available from this site, I do maintain another module interacting with UPS via the XML API. Here are some takeaways:

    Make sure your shipping module is doing auto-negotiation for the SSL/TLS version.

    The current XML Developers Guide from UPS lists the URL "https://onlinetools.ups.com/ups.app/xml/Rate" for production use (case sensitive). Try using the following (around line 71):
    Code:
    $this->host = ((MODULE_SHIPPING_UPSXML_RATES_TEST_MODE == 'Test') ? 'wwwcie.ups.com' : 'onlinetools.ups.com');
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

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

    Default Re: UPS rates/shipping options not loading intermittently

    onlinetools.ups.com for the Production site?

    And yes addressing the POODLE issue is a good idea
    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!

  9. #9
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: UPS rates/shipping options not loading intermittently

    Quote Originally Posted by Ajeh View Post
    onlinetools.ups.com for the Production site? ...
    Just double checked with the July 2014 "Rating API" release. Not sure when it changed, but has been production address since 2012 (when I created the UPS dimensional shipping module for DropShip Core - using the XML API).
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

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

    Default Re: UPS rates/shipping options not loading intermittently

    Works for me then, I just try to keep the UPS modules limping along ...

    I will add that to the next update ...
    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!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. UPS international+free shipping options for US+table rates... is this possible?
    By simpledomaining in forum Addon Shipping Modules
    Replies: 6
    Last Post: 6 May 2012, 04:56 PM
  2. Google Checkout not estimating UPS Shipping rates correctly
    By r2i2009 in forum Addon Payment Modules
    Replies: 2
    Last Post: 31 Mar 2009, 05:19 PM
  3. UPS Shipping Rates Not Displaying in Cart and Google Checkout
    By TrinitySEO in forum Built-in Shipping and Payment Modules
    Replies: 17
    Last Post: 27 Sep 2008, 08:25 PM
  4. XML UPS strange rates and limited shipping options
    By ejeffay in forum Built-in Shipping and Payment Modules
    Replies: 20
    Last Post: 2 Jun 2008, 02:14 AM
  5. UPS shipping options not displaying
    By Pochon in forum Built-in Shipping and Payment Modules
    Replies: 10
    Last Post: 21 Sep 2007, 12:02 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR