Hi
i want change text in virtuemart 2.0.8
"inc. tax"
to
"IVA"
i search in all files of languajes spanish and not found.
Page: http://amatuled.es/
(http://i.imgur.com/G4wkC.png) (http://imgur.com/G4wkC)
thanks :)
Maybe it has not been translated for es and is using the en string? You can change the text string in the VirtueMart language file ( joomla_root/language/en-GB/en-GB.com_virtuemart.ini ), but use a language override so that it does not get overwritten during VirtueMart updates. http://forum.virtuemart.net/index.php?topic=92944.0
thanks for answer jenkinhill , but dont work
i add in "joomla_root/language/en-GB/en-GB.com_virtuemart.ini" for test
COM_VIRTUEMART_INC_TAX="Iva " and dont work
other suggestion?
regards
SOLVED
change text in mod news gk4
regards
The far better solution is to use Language Overrides.
Admin > Extensions > Language Manager > Overrides
/administrator/index.php?option=com_languages&view=override&layout=edit
Simply create a new item, and do a VALUE search for "Price with discount" in the right hand panel. This will give you results which contain your phrases. Then it's simply a case of finding and altering the one you want to change.
I hope this helps.