First, just updated VM from 2.something to 3.0.6.2 and seems to be working nicely. Thanks!
Couple of questions regarding tax:
- In the cart there is a column for tax. Nothing is displayed in this column (except at the very bottom) unless I check Pricing>>Tax amount. But then tax is also displayed for each product outside of the cart. Any way to only display tax for each product in cart only?
- Also the column for the tax seems to be set to the type of tax of the first product. If I have more types of tax the column name is misleading?
Thanks
Joomla! 2.5.28
VirtueMart 3.0.6.2
To remove the display of tax in the category & product details pages edit components/com_virtuemart/sublayouts/prices.php
To change the tax heading in the cart (eg change "Tax 20%" to "Tax") edit components/com_virtuemart/views/cart/tmpl/default_pricelist.php
Use the edited files as template overrides.