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.
Have a look at http://forum.virtuemart.net/index.php?topic=112127.0 or http://forum.virtuemart.net/index.php?topic=100630.0
Thanks!
2nd link solved my problem.