VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: guardiano78 on May 28, 2020, 13:39:35 PM

Title: shipping cost
Post by: guardiano78 on May 28, 2020, 13:39:35 PM
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.
Title: Re: shipping cost
Post by: AH on May 28, 2020, 14:54:02 PM
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)
Title: Re: shipping cost
Post by: guardiano78 on May 29, 2020, 12:21:37 PM
Hello,
thank you for suggestion.