Hello to community,
I've a problem with cost per kg more than X kg... example:
from 0kg to 2kg the cost is 2 euro (fixed, not per kg)
from 2kg to unlimited kg the cost is 1 euro per kg
the problem... if the total weight is 2.4 kg the shipping cost is 2.4 euro (2 + 0.40 for 400 grammars).
I want for each kg (more than 2kg) round the cost to 1 euro.. example:
2.4kg = 3 euro, 4.650kg = 4 euro etc.
I don't want calculate the grammars but give the absolute 1 euro per kg.
thank you