I have used opencart version : 2.0.1.1
and have defined below shipping rates based on weight,
800:40.00,1250:60.00,1700:80.00,2200:100.00,2700:120.00,999999:40.00
But in checkout/cart page prices are calculating correctly till 2200 grams
according to the definition but if it exceeds more than 2200 grams
till 2700 grams
it is showing wrong shipping price like for 2300 grams -> 276
instead of 120
. How we can resolve it.