VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: hk on April 26, 2013, 14:55:50 PM

Title: Shipping rate based on quantity
Post by: hk on April 26, 2013, 14:55:50 PM
Hi,

I have a shipping method defined as amount 100 for all countries.
Now if customer buys 2 products, I want to charge the shipping as 2 * 100 (qty * shipping rate) and so on.

Can you please let me know in which file should I modify the code, so that shipping amount is calculated in multiples of quantity.

Thanks.
Title: Re: Shipping rate based on quantity
Post by: jenkinhill on April 27, 2013, 10:58:29 AM
Have a look at http://forum.virtuemart.net/index.php?topic=112127.0  or  http://forum.virtuemart.net/index.php?topic=100630.0
Title: Re: Shipping rate based on quantity
Post by: hk on April 28, 2013, 13:50:44 PM
Thanks!
2nd link solved my problem.