Results 1 to 9 of 9
  1. #1
    Join Date
    Oct 2012
    Posts
    282
    Plugin Contributions
    0

    Default UPS Max weight exceed, order failed. how to deal with?,

    Yesterday, one of my client's customers could not check out because they had cart that contained over 150lbs. I believe UPS returns an error stating the weight exceed their limit.

    UPS assumes you are trying to put everything in one box, which of course is not the case. Surely this has come up before? Can someone recommend a solution to this?

    on a related note, i have really struggled with various shipping and box packing plugins to deal with some over-sized items in my clients catalog. i have still not found a solution. not to mention i lost $150 to Numinix! @#$%@ on box packing plugin that did not return the UPS oversized shipping fee.

    thanks in advance

  2. #2
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: UPS Max weight exceed, order failed. how to deal with?,

    I know it's not the answer you're looking for but have you tried Ceon Advanced Shipper?

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

    Default Re: UPS Max weight exceed, order failed. how to deal with?,

    What are the settings in the Configuration ... Shipping/Packaging ...

    Most likely this is a result of Maximum Weight and/or Tare Rates ...
    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!

  4. #4
    Join Date
    Oct 2012
    Posts
    282
    Plugin Contributions
    0

    Default Re: UPS Max weight exceed, order failed. how to deal with?,

    I'm fairly certain this is what is returned from UPS, it assumes you are putting everything into one box.

    in the admin, we've set to 100000 lbs.

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

    Default Re: UPS Max weight exceed, order failed. how to deal with?,

    UPS won't do 1 box weighing 100000 lbs. ...

    Try using either the default of Maximum 50 ... or, if UPS is your only shipping module, you might be able to push it to Maximum 70 ...
    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!

  6. #6
    Join Date
    Oct 2012
    Posts
    282
    Plugin Contributions
    0

    Default Re: UPS Max weight exceed, order failed. how to deal with?,

    I did your suggestion in the dev site and it seems to be working.

    but what exactly is that doing, in terms of sending to UPS?

    thanks for the help.

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

    Default Re: UPS Max weight exceed, order failed. how to deal with?,

    If you had a shipping cart of 150lbs, it would divide the weight by 50 and get 3 boxes for 50lbs each. Then it would request a quote for 50lbs and multiple the returned shipping cost by the number of boxes and give your the rate ...

    This is not an exact science, as it assumes you are using 3 50lb boxes for this order in the quote ...

    It is fairly accurate, but you would need a much more customized approach if this is not "correct enough" for your shipping needs ...
    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!

  8. #8
    Join Date
    Oct 2012
    Posts
    282
    Plugin Contributions
    0

    Default Re: UPS Max weight exceed, order failed. how to deal with?,

    righto!, thanks for the help Ajeh!, seems to be working.

  9. #9
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: UPS Max weight exceed, order failed. how to deal with?,

    Quote Originally Posted by Ajeh View Post
    If you had a shipping cart of 150lbs, it would divide the weight by 50 and get 3 boxes for 50lbs each. Then it would request a quote for 50lbs and multiple the returned shipping cost by the number of boxes and give your the rate ...

    This is not an exact science, as it assumes you are using 3 50lb boxes for this order in the quote ...

    It is fairly accurate, but you would need a much more customized approach if this is not "correct enough" for your shipping needs ...
    Personally I think this is far from 'fairly accurate' and can lead to all sorts of problems.

    I realise that I'm not going to be telling you (Ajeh) anything that you don't already know, but for those that don't think this through, take the following examples:

    Lets assume that the maximum shipping weight is 50kg.
    Lets us also assume that one of the products in the store weighs 60kg. When this item is placed in the cart the quote will be based on 2 parcels weighing 30kg each. This is all very well if the product can be cut in half for delivery, but if it can't the customer will be quoted for a delivery method that simply isn't possible.

    Another more likely scenario.
    Product weighs 20kg.

    Customer orders one of these. The quote is fine.. 1 parcel @20kg.
    Customer orders two of these. The quote is fine.. 1 parcel @40kg
    Customer orders three of these. The quote will be invalid. 2 parcels @30kg ea. Can we really place 1.5 products per parcel? I think not.
    The end result being that the entire order will be significantly under quoted, because in reality 3 parcels are needed rather than the 2 being quoted.

    I could go on with more examples, but I think this should suffice.

    FWIW (also for everyone other than Ajeh), on the surface, splitting overweight parcels into smaller ones may seem like a simple thing to achieve, but in practice it is quite the nightmare. I've actually spent 100's (1000s?) of hours working on a solution to the problem, and in the end I simply gave up on the idea, as such, the 'ozpost' module will only quote for a single parcel regardless of total weight, and if that total weight exceeds what any given carrier will handle it doesn't provide a quote for that carrier. If it is too heavy for all available carriers it generates a message that shipping quotes will be provided in due course (Actually this is only one of the options ozpost provides under these circumstances). The ozpost 'philosophy' is that if can't provide an *accurate* quote it is best to not quote at all.

    I will stress that I'm not trying to be critical over the way 'native' Zencart handles this. In fact, based on my own efforts this 'simplistic' method, although prone to the shortcomings mentioned, is actually more reliable than most of the more complex methods that I've experimented with, and for those that are aware of the possible problems, the ozpost module also allows its quotes to be based on the 'zencart method' rather than the ozpost 'single parcel' method.

    This is not intended to be a promotion of the ozpost module (which is only useful to Australian merchants anyway). It is mentioned mainly to demonstrate that I have more than a little experience on this topic and that I'm fully aware of the problems and difficulties involved.

    It may seem like it should be quite easy to achieve the desired results.. *people* have no difficulty at all in packing items into multiple parcels, but creating code to replicate what people do with barely a second thought is a whole new ballgame that gets very complex, very quickly.

    Cheers
    RodG

 

 

Similar Threads

  1. v151 How to deal with this problem?
    By andis02 in forum General Questions
    Replies: 8
    Last Post: 9 Dec 2014, 01:03 PM
  2. v151 UPS shipping weight less than actual weight - disagrees with shopping cart
    By robbarent in forum Addon Shipping Modules
    Replies: 14
    Last Post: 14 Mar 2013, 03:51 PM
  3. [duplicate] Shoppers Can Exceed MAX Quantity
    By dougtyper in forum Bug Reports
    Replies: 10
    Last Post: 6 Oct 2011, 12:35 AM
  4. how to deal with shoes size?
    By summerhere in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 28 Aug 2009, 01:55 AM

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