Suppose I have a store that sells books and ice cream.
If a customer order consists of several books, then I would package it in one package, ZenCart calculates shipping based on weight, I take to UPS counter and ship. And everything is fine.
Same thing if order consists of only ice creams. Fine.
The problem is when an order consists of both books and ice cream. In this case I have to ship in two different packages because ice creams needs to be shipping in a special insulating container (and books can not fit inside it). I don't mind taking the extra effort of packaging the orders into two different types of container. The problem is that when I take it to the UPS counter with two packages, they tend to charge me much more than what ZenCart had calculated. Since ZenCart had calculated based on that assumption that the total weight was in one single package.
What are the suggested solutions to have ZenCart calculate shipping for two separate packages whenever order consists of items from two different categories?



