@kris01 By writing some code?
You need to calculate the volume of the items ordered, and then work out how many packages you need to pack those items.
Hi guys. I have a problem. I am working on an e-commerce application and I need to calculate the shipping cost of the customer order. The shipping cost depends on the items ordered, on their width, length, height and weight. I have 5 different available packages, and I need to calculate the items ordered in which package need to go. Let's make an example. I have a package that is 100 Γ 60 Γ 60 cm and maximum weight up to 10kg. I need to take the items that the client is ordering and see if they fit in this package. How can I build an algorithm that does that?
@Kris01 here is some light reading on the problem http://www.zahidgurbuz.com/yayinlar/An%20Efficient%20Algorithm%20for%203D%20Rectangular%20Box%20Packing.pdf
Luckily for you, there are some options for packages π
Please or to participate in this conversation.