Hello,
I'll explain my need.
---------------------------------------------------------------------------
|       kg from    |       kg to    |     price      | zip from | zip to  |
---------------------------------------------------------------------------
|      0               |     20          | 10.00        | 00000   | 99999 |
---------------------------------------------------------------------------
|      20.01        |     40          | 12.00        | 00000   | 99999 |
---------------------------------------------------------------------------
|      40.01        |     1000      | 0.50 / kg.  | 00000   | 99999 |
---------------------------------------------------------------------------
how can I create a similar configuration keeping in mind that from 40.01kg upwards the cost is € 0.50 per kilogram?
Is it possible with virtuemart?
Or do you suggest an alternative solution to achieve the same result?
Thanks.
			
			
			
				With this standard shipping to price per kg from 40 -> 1000
You would have to configure every kg range above 40
It would not be too difficult to clone the shipping plugin and create a new plugin to have a price per KG
Although there are supported plugins
https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-zip-postcode-shipping-plugin.html (https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-zip-postcode-shipping-plugin.html)
			
			
			
				Hello,
thank you for suggestion.