Thread: Email From UPS

Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2006
    Posts
    67
    Plugin Contributions
    0

    Default Email From UPS

    Are they a plugin for UPS for v1.5.3 I got this from UPS and I don't know what to do.

    UPSŪ Developer Kit APIs Migration

    As a valued partner, we want to ensure that as we approach the busiest season of the year, we continue to meet your company needs.

    This message is to inform you that you are currently using UPS Developer Kit APIs in the Customer Integration Environment (CIE), which is not intended to perform as the UPSŪ production environment. To avoid slow response times or planned outages, please migrate to the UPS production environment by November 25, 2014.

  2. #2
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    282
    Plugin Contributions
    3

    Default Re: Email From UPS

    Quote Originally Posted by tnjon View Post
    Are they a plugin for UPS for v1.5.3 I got this from UPS and I don't know what to do.

    UPSŪ Developer Kit APIs Migration

    As a valued partner, we want to ensure that as we approach the busiest season of the year, we continue to meet your company needs.

    This message is to inform you that you are currently using UPS Developer Kit APIs in the Customer Integration Environment (CIE), which is not intended to perform as the UPSŪ production environment. To avoid slow response times or planned outages, please migrate to the UPS production environment by November 25, 2014.
    I got the same email this morning. I am in the process of updating to 1.5.3 (from 1.5.1), is this update going to fix this UPS issue? Or are we going to need to take a closer look at the UPS module itself?

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: Email From UPS

    Starting with Zen Cart v1.5.0 (I think), the USPS and UPS shipping modules are no longer part of the core Zen Cart distribution; they're downloadable from the Plugins. That said, you'll need to be looking at the UPS shipping module itself for a solution.

  4. #4
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    282
    Plugin Contributions
    3

    Default Re: Email From UPS

    Ok so I am looking at the \includes\modules\shipping\ups.php file.
    I think that this is what needs to change:
    apx line 405 to 415
    PHP Code:
    if ($http->Connect('www.ups.com'80)) {
          
    $http->addHeader('Host''www.ups.com');
          
    $http->addHeader('User-Agent''Zen Cart');
          
    $http->addHeader('Connection''Close');

          if (
    $http->Get('/using/services/rave/qcostcgi.cgi?' $request)) $body $http->getBody();

          
    $http->Disconnect();
        } else {
          return 
    'error';
        } 
    Looking at the UPS API Web Services Guide www.ups.com needs to be changed to http://onlinetools.ups.com/webservices/Rate

    would this be the correct change?
    PHP Code:
    if ($http->Connect('http://onlinetools.ups.com'80)) {
          
    $http->addHeader('Host''http://onlinetools.ups.com');
          
    $http->addHeader('User-Agent''Zen Cart');
          
    $http->addHeader('Connection''Close');

          if (
    $http->Get('/webservices/Rate' $request)) $body $http->getBody();

          
    $http->Disconnect();
        } else {
          return 
    'error';
        } 

  5. #5
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    282
    Plugin Contributions
    3

    Default Re: Email From UPS

    Also I checked into the UPS XML module, it looks like this one has already been updated to properly connect. It may be easier to just switch over to that.

 

 

Similar Threads

  1. Change order email from my store to from customers email?
    By MagicMan in forum General Questions
    Replies: 4
    Last Post: 10 Mar 2013, 03:19 PM
  2. Replies: 3
    Last Post: 15 Aug 2009, 03:38 AM
  3. Subtracting UPS Ground cost from other UPS methods
    By sabucat in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 14 May 2009, 05:08 AM
  4. email from contact us page showing my email not customers
    By tanik in forum General Questions
    Replies: 3
    Last Post: 22 Jun 2008, 12:08 AM
  5. Replies: 3
    Last Post: 13 Nov 2007, 08:07 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