Quote:
Originally Posted by Luisv
That "solution" doesn't work. If you have three items in your cart with each of them having a "Ship in a separate box" setting, USPS thinks you are shipping three boxes instead of 3 items in one box. It works if the cart only has one item but if more are added, everything is a mess. It doesn't work.
|
If you put three items in one box the dimensions of that box is the thing that matters, not dimensions of these items. And you can configure such "default" box in the module settings.
There is no way to guess how items will be actually packed in a box. The shipping cost calculated through their API will always be a rough quote. That's why the currently implemented logic is as follows: you either make an item to be shipped in a separate box having its own dimensions, or let the item to be added into the "default" box along with other such products. Please let us know if you know a better logic. Thanks!