Shipping cost does not apply properly
-
Hello,
I have been using WooCommerce Weight Based Shipping WooCommerce plugin, and I would like to apply shipping cost based on total weight of all products in cart.
e.g. below are rule I have defined in plugin:
#1 If weight is between 0 – 10 then shipping charge should be (total weight of products from cart * 100)
#2 If weight is between 11 – 100 then shipping charge should be (total weight of products from cart * 60)So, if I add 3 product of 3kg, 5kg, 16kg it should consider #2 and return shipping code total weight * 60, but it is considering #1 and returning shipping cost as 300.
I have set up rule as:
#1
Order Weight -> above 0 – below 10
Weight Rate -> charge -> 100
#1
Order Weight -> above 0 – below 10
Weight Rate -> charge -> 100
#2
Order Weight -> above 11 – below 100
Weight Rate -> charge -> 60
Taxable option is Yes and destination i tried all and india both has same result.
Please guide me where I have done wrong?
Thank you
- You must be logged in to reply to this topic.