Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 52
  1. #31
    Join Date
    Jan 2005
    Posts
    186
    Plugin Contributions
    0

    Default Re: UPS discounted rates not showing in UPS XML

    I got it!!!

    Thanks guys. Once UPS got my webtools account to reflect the negotiated rates everything showed up perfectly.

    Marc

  2. #32
    Join Date
    Jun 2009
    Location
    Saskatoon, SK Canada
    Posts
    20
    Plugin Contributions
    0

    Default Re: UPS discounted rates not showing in UPS XML

    Marco - How do you get rid of the (1 x 0.21lbs) thing in the title? I have looked everywhere and keep getting the same answer....to turn it off in Admin -> Config -> Shipping/Packaging. I have done this but it still shows up on check out.

    Also quick question....now that everything checks out ok and the UPS module works, when someone places and order does that info get sent to my UPS account automatically? How do you deal with sending your customers tracking numbers and such?

    Thanks.

  3. #33
    Join Date
    May 2008
    Location
    United States
    Posts
    465
    Plugin Contributions
    1

    Default Re: UPS discounted rates not showing in UPS XML

    You have to modify the file /includes/modules/shipping/upsxml.php

    Change this code (around line 230)

    PHP Code:
    // BOF Time In Transit: 
            // comment out this section if you don't want/need to have expected delivery dates
            
    $this->servicesTimeintransit $this->_upsGetTimeServices();
            if (
    $this->logfile) {
                
    error_log("------------------------------------------\n"3$this->logfile);
                
    error_log("Time in Transit: " $this->timeintransit "\n"3$this->logfile);
            }
            
    // EOF Time In Transit

            
    $upsQuote $this->_upsGetQuote();
            if ((
    is_array($upsQuote)) && (sizeof($upsQuote) > 0)) {
                if (
    DIMENSIONS_SUPPORTED) {
                    
    $this->quotes = array('id' => $this->code'module' => $this->title ' (' $this->boxCount . ($this->boxCount ' pkg(s), ' ' pkg, ') . $totalWeight ' ' strtolower($this->unit_weight) . ' total)');
                } else {
                    
    $this->quotes = array('id' => $this->code'module' => $this->title ' (' $shipping_num_boxes . ($this->boxCount ' pkg(s) x ' ' pkg x ') . number_format($shipping_weight,2) . ' ' strtolower($this->unit_weight) . ' total)');
                } 
    to this code:

    PHP Code:
    // BOF Time In Transit: 
            // comment out this section if you don't want/need to have expected delivery dates
            // $this->servicesTimeintransit = $this->_upsGetTimeServices();
            // if ($this->logfile) {
            //    error_log("------------------------------------------\n", 3, $this->logfile);
            //    error_log("Time in Transit: " . $this->timeintransit . "\n", 3, $this->logfile);
            // }
            // EOF Time In Transit

            
    $upsQuote $this->_upsGetQuote();
            if ((
    is_array($upsQuote)) && (sizeof($upsQuote) > 0)) {
                if (
    DIMENSIONS_SUPPORTED) {
                    
    $this->quotes = array('id' => $this->code'module' => $this->title ' (' $this->boxCount . ($this->boxCount ' pkg(s), ' ' pkg, ') . $totalWeight ' ' strtolower($this->unit_weight) . ' total)');
                } else {
                    
    $this->quotes = array('id' => $this->code);
                    
    // $this->quotes = array('id' => $this->code, 'module' => $this->title . ' (' . $shipping_num_boxes . ($this->boxCount > 1 ? ' pkg(s) x ' : ' pkg x ') . number_format($shipping_weight,2) . ' ' . strtolower($this->unit_weight) . ' total)');
                

    I would suggest using the Quantum View Notify option when printing your UPS labels, your customer will be emailed the tracking details automatically.

  4. #34
    Join Date
    Jun 2009
    Location
    Saskatoon, SK Canada
    Posts
    20
    Plugin Contributions
    0

    Default Re: UPS discounted rates not showing in UPS XML

    Hey Marco - No....I don't want to get rid of the ETA: I want to get rid of the (1 x 0.21lbs). The instructions you sent me only got rid of the ETA and I would like to keep that part.

    Also you say to use Quantium View to send customers their tracking numbers automatically? What the heck is Quantium view and how do I get it?

    Thanks again!

  5. #35
    Join Date
    Jan 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: UPS discounted rates not showing in UPS XML

    Quote Originally Posted by tat2nu View Post
    I am not sure if this will be helpful or not but I have been using the UPS XML module for some time now. It seems to get the prioritized(3-day, 2nd Day, Next Day) negotiated rate right always seems to be a little off on the ground rates. I looked into it and could not figure it out so I just accept it that way. I would be interested if you find and solution though.

    Marc
    Hi Marc,

    I'm hoping you can help me, I am trying to install the UPS XML Shipping module into my online store and cannot find any information on how to do this. Could you give me some information or point me in the right direction?

    Thanks in advance.

    Cynthia.

  6. #36
    Join Date
    Apr 2009
    Posts
    46
    Plugin Contributions
    0

    Default Re: UPS discounted rates not showing in UPS XML

    Thsi works great thank you!

  7. #37
    Join Date
    Oct 2008
    Posts
    10
    Plugin Contributions
    1

    Default Re: UPS discounted rates not showing in UPS XML

    HI,

    the estimate does not show shipping rates by entering just zipcodes when the states/ provinces is not selected. the original UPS XML module shows rate with just zipcode without selecting states/provinces. this negotiated rate UPS XML does not work.

    anyone knows how to fix this estimate rate for this negotiated rate UPS XML.?

    thanks alot.

  8. #38
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: UPS discounted rates not showing in UPS XML

    I am using this negotiated rates add-on, but have a problem with the info it passes on to the admin. 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?

  9. #39
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: UPS discounted rates not showing in UPS XML

    Quote Originally Posted by abcisme View Post
    I am using this negotiated rates add-on, but have a problem with the info it passes on to the admin. 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?
    This was not an error with this module. I had implemented this change and it stopped sending the info to the order.

  10. #40
    Join Date
    May 2005
    Posts
    56
    Plugin Contributions
    0

    Default Re: UPS discounted rates not showing in UPS XML

    Does anyone know how to make the UPSXML module work with the new zencart 1.5? I have another site on an older zencart and it works fine but when i try to install this on a fresh zencart 1.5 it does not seem to work.

 

 
Page 4 of 6 FirstFirst ... 23456 LastLast

Similar Threads

  1. UPS XML suddenly not returning calculated rates
    By abcisme in forum Addon Shipping Modules
    Replies: 2
    Last Post: 24 Apr 2012, 11:49 PM
  2. UPS discounted rates calculates wrong
    By Podsolnuh in forum Addon Shipping Modules
    Replies: 2
    Last Post: 2 Nov 2011, 01:39 AM
  3. UPS Shipping - not working (UPS-XML addon)
    By breck in forum Addon Shipping Modules
    Replies: 30
    Last Post: 20 Aug 2010, 03:24 AM
  4. Shipping Estimator showing blank rates, UPS XML Mod. ZC v1.2.6
    By jacdesigner in forum Addon Shipping Modules
    Replies: 7
    Last Post: 1 Jun 2008, 03:29 AM
  5. Need to display UPS discounted rates
    By tat2nu in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 22 Feb 2008, 08:34 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