Hi, this question is probably asked before but I couldnt find the answer to it after scouring the forum.
Im now using the Zone Rates module and 4 zones. Rates are based on weight and rates for each zone is different.
All of that is fine and dandy except when there are more than 1 item in the cart.
Now, all my items will be shipped in individual boxes and not altogether one 1 box. I want my shipping cost to be based on individual item weight instead of the total order weight.
For example, there are 2 items in the cart:
1) Product 1, weight 1.5kg
2) Product 2, weight 2.0kg
And the shipping table is as such (weight, price):
0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5
29.5 34.5 41.0 52.0 58.5 64.5 71.0 75.0 81.5 87.0 93.0
Based on Zone 3 shipping rates above, the shipping costs should be:
1) Product 1 - $41
2) Product 2 - $52
Total: $93
However, zen cart calculates it as follows:
(1.5kg + 2.0kg = 3.5kg) which is $71 based on the table.
What should I do in order to achieve the desired result?




