Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default UPS XML Module not passing correct information to admin

    I have the UPS XML module set up to show negotiated rates. The rates are showing up correctly, but instead of passing the customer's selected shipping rate such as "UPS Standard" or "UPS 3 Day Select" on to the admin, all orders show as the module description such as "United Parcel Service (1 pkg x 1.60 lbs total)".

    This is a problem, because I can't differentiate whether the customer has selected standard or express shipping... Does anyone else have this problem? How could I correct this?

  2. #2
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: UPS XML Module not passing correct information to admin

    Here's a screenshot of what I mean:

    Click image for larger version. 

Name:	shipscreenshot.jpg 
Views:	53 
Size:	11.5 KB 
ID:	10461

    This is the UPS XML file I'm using: http://www.zen-cart.com/showthread.p...484#post746484

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

    Default Re: UPS XML Module not passing correct information to admin

    Edit the file:
    /includes/modules/shipping/upsxml.php

    Find this code around line 269:
    Code:
                    // END of doing things differently:
                    $methods[] = array('id' => $type, 'title' => $_type, 'cost' => ($this->handling_fee + $cost));
    and add this code in RED:
    Code:
                    // END of doing things differently:
    echo 'I SEE UPS XML: ' . $_type . '<br>';
                    $methods[] = array('id' => $type, 'title' => $_type, 'cost' => ($this->handling_fee + $cost));
    What do you see?
    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!

  4. #4
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: UPS XML Module not passing correct information to admin

    Wow. All that did was make the font on the shipping selections page huge. It didn't echo the "I SEE UPS XML"...?

  5. #5
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: UPS XML Module not passing correct information to admin

    Oh, I think this is a superorders issue. I am noticing that it is happening with my other shipping modules also, but it didn't matter, because they don't have separate shipping rates. Ugh. Any clue?

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

    Default Re: UPS XML Module not passing correct information to admin

    I do not use that so I am not sure of the problem, however you should have seen the shipping choices for UPS ...

    Do you have an URL to your site that we could peek at?

    And which UPSXML are you running? I just want to be sure we are using the same one ...
    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
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: UPS XML Module not passing correct information to admin

    XXXXXXX

    UPSXML v 1.3
    SuperOrders 3.0.2
    Last edited by Ajeh; 14 May 2012 at 01:24 AM. Reason: url removed

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

    Default Re: UPS XML Module not passing correct information to admin

    Could you Zip your file:
    /includes/modules/shipping/upsxml.php

    and post it here as an attachment?
    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
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: UPS XML Module not passing correct information to admin

    Here is the UPS XML file I'm using:

    upsxml.zip

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

    Default Re: UPS XML Module not passing correct information to admin

    Your shipping module code is not breaking things ...

    Could you try a couple things ...

    1 Switch to Classic Template ... does it fix it?

    2 Turn off your SEO/re-writes ... does it fix it?
    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 discounted rates not showing in UPS XML
    By cspan27 in forum Addon Shipping Modules
    Replies: 51
    Last Post: 27 Jun 2016, 03:52 PM
  2. Default UPS module vs. XML
    By StingrayScott in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 9 Jun 2011, 03:47 PM
  3. ups xml add on not working in admin panel
    By vregali in forum Addon Shipping Modules
    Replies: 0
    Last Post: 22 Dec 2010, 03:44 AM
  4. UPS Shipping - not working (UPS-XML addon)
    By breck in forum Addon Shipping Modules
    Replies: 30
    Last Post: 20 Aug 2010, 03:24 AM
  5. UPS-XML module not getting right number of boxes from Zen Cart
    By rstevenson in forum Addon Shipping Modules
    Replies: 0
    Last Post: 11 Nov 2008, 04:11 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