Hi Everyone, hope someone might be able to advise how to change the wording Tax into VAT in virtuemart 2.0.
So it would go from this
inc. tax: $xxx
To this:
inc. VAT: $xxx
Thanks in advance :)
You have to create Inc.VAT variable which can store value of inc. Tax. Then you have to change the value of tax into VAT as TOTAL_WITH_VAT="Total with TAX ". Here, you just require the same value of VAT which available in tax, so you can easily change value by giving equally syntax.
To change the word "tax" to "VAT" is accomplished by locating the relevant language strings (it will need changing in more than one file/place) and creating a language override so the change does not get overwritten during an upgrade.
Language files are in joomla_root/language/en-GB (assuming your site is in English).
Overrides are described in http://forum.virtuemart.net/index.php?topic=92944.0