Closed (fixed)
Project:
Ubercart
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Jan 2009 at 12:48 UTC
Updated:
25 Mar 2009 at 19:10 UTC
Jump to comment: Most recent file
Hey all. I have the UPS shipping quote module enabled and set to treat all items as they are "all in one" box. This works great until the weight of all items exceeds 150 lbs, UPS's maximum weight per package without an oversized surcharge. At this point, the UPS quote cannot be obtained by the shopper. Shouldn't the module notice that there are multiple items that could be split up into a couple boxes and return a quote?
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | all_in_two-d5.patch | 4.35 KB | Island Usurper |
| #9 | all_in_two.patch | 4.36 KB | Island Usurper |
| #2 | all_in_two-d5.patch | 4.27 KB | Island Usurper |
| #2 | all_in_two-d6.patch | 4.28 KB | Island Usurper |
Comments
Comment #1
Island Usurper commentedComment #2
Island Usurper commentedI think I've found a way to do it that is just clever enough. I had earlier been counting on the fact that there was only one package in that part of the code, but I think it's been taken care of.
Comment #3
cha0s commentedThis requires UPS credentials to review, correct?
Comment #4
Island Usurper commentedYeah, and I can't get UPS to work on the Livetest, either. This issue might be languishing for a while.
Comment #5
cha0s commentedCommunity, we need ya! =)
Comment #6
aaronp commentedHey all. I'll try to run this patch this weekend on the site I have running with UPS credentials.
Comment #7
rszrama commented@Island Usurper - fwiw, UPS quotes are working on the 1.x Livetest, which is the version this issue was reported for anyways. Can you test it there?
Comment #8
aaronp commentedWell Mr. Usurper and crew, same issue with the patch applied. Exact same behavior.
I do have general caching enabled. Is there something that I might have to adjust in order to "reset" the install, so to speak?
Comment #9
Island Usurper commentedOK, I got the patch for D5 to work on the livetest. If aaronp can confirm either works, I'll commit them. I should really figure out why I wasn't getting quotes on the 2.x livetest.
Comment #10
Island Usurper commentedGot these to work on the livetest, so they're committed. The problem was that my browser had autofilled the UPS account ID and password with my user login, and I must have saved it like that at some point. I ought to file a bug report for Chrome....