Discussions
Calculating shipping costs (non USA) based on province and metric volume of order
I want to integrate the automatic calculation of shipping costs we have to forward to our customers. The shipping costs are based on province of customer/delivery address (we are in italy, there are about 50 provinces) and the metric volume of the order (every product has a custom field "volume")
Shipping costs as a variable percentage (based on to which province will be shipped) on total price of order would be a simpler solution, also acceptable but less precise.
.
So basically all to be done is counting the volume of the total order, and multiply this by a certain number (which is related to the province).