flagshipcompany / flagship-for-woocommerce

MIT License
7 stars 3 forks source link

Smart packaging for weight limitation #53

Closed Elhadj144 closed 5 years ago

Elhadj144 commented 5 years ago

If packaging in one box gets heavy (more than 150 lbs), automatically split the boxes to have multiple packages instead.

luis709394 commented 5 years ago

The question is how do we split? A package can have dimensions of 404040, with weight of 160 lbs, but actually there are two items inside, one is 404030, weight 90 lbs, and the other is 404010, weight 70 lbs. But we have no information about the dimensions and weights of the items inside. In an extreme case, if a very large and heavy item is inside (maybe a computer desk), it is impossible to split ........

luis709394 commented 5 years ago

Actually, the "Box Split" setting can already handle this situation.