Hi @nyuibe1, thank you for your interest.
You can set price = 1.2$ * Weight on the price column, but I think it will not work as you expect:
1kg = 1.2$ => it’s ok
1.5kg = 1.8$ => it is wrong?
2kg = 2.4$ => it’s ok
With Fish and Ships free, you must setup all ranges one by one:
From 1kg to 2kg, 2 to 3, 3 to 4… etc. I don’t know how many ranges do you need, probably this is a ton of work! (but only on the first shipping zone, you can export/import all the rules within zones)
With fish and ships Pro, there is a special action named “Math expression”. With it, you can simply add the next formula:
result = ceil (weight) * 1.2
(ceil makes a round up, so 0.0001 to 1 will be 1, fom 1.0001 to 2 will be 2, etc.)
You can read more about here: https://www.wp-centrics.com/math-expressions-on-shipping-rate-calculations/
Kind regards,
Carles Martin
wp-centrics support team
-
This reply was modified 3 years, 7 months ago by
wp-centrics.