Could anyone tell me if it is possible to calculate shipping as a percentage of total order value in VM 2.0.10?
Thanks
Not with the standard shipping plugin. But there are other plugins that can do this:
-) My "Advanced Shipping by Rules" plugin (the free plugin does not support calculations, only the paid "Advanced" version) can calculate general shipping cost functions, including multiples of the order amount:
http://open-tools.net/virtuemart-2-extensions/vm2-shipping-by-rules-plugin.html
The appropriate shipping cost rule for the configuration would be (assuming 3% shipping fee):
Name=Shipping as percentage of order total; Shipping=0.03*Amount
-) "VM Postcode for Virtuemart" also has a multiplier for the total sales amount:
http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/virtuemart-shipping/21665
-) "Price Shipping": Only fixed levels, depending on order amount:
http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/virtuemart-shipping/22495
Strange enough, I couldn't find any other amount-dependent shipping plugins...