- weight of the shipment
- volume of the shipment
- number of boxes
- additional services (insurance, COD)
Shipping cost calculation by all major shipping services is based upon weight and dimensional weight. They charge whatever cost is highest. Volumetric weight is a combination of volume and weight. I ship a lot of light products, so the shipping company mostly uses the volumetric weight for cost calculation.
In my country(NL) its not legal to make profit on shipping costs, so the calculation needs to be correct.
How does CS-Cart calculate these things?
- does CS-Cart add up the weights of all products in the order, or is an additional weight for packaging added? If so, where can we define this?
- how does cs-cart calculate the total volume of the shipment? Lets say a customer orders 10 products, all with different sizes.
- Does cs-cart calculate if the total order size exceeds a box(es)?
If so, then how does cs-cart calculate this?
Its possible to set items in a box and box dimensions at product level, but if you set that then cs-cart seems to ad new boxes for each product, instead of combining the volumes into one box. If the customer orders 10 different products that fit into 1 box, then cs-carts calculates shipping costs for 10 boxes. Is there a way to solve this?
Does cs-cart really support dimensional weight? This was a popular feature request which was added. (247 votes) But it seems that it does not really work unless you have only 1 product in your store. Or is there a way to make it work? - How can additional services (like insurance, COD) be defined and included in the cost calculation?