VirtueMart Forum

VirtueMart 2 + 3 + 4 => Language/Translations => Topic started by: propa00 on July 10, 2012, 19:56:44 PM

Title: Change Text "inc. tax"
Post by: propa00 on July 10, 2012, 19:56:44 PM

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  :)

Title: Re: Change Text "inc. tax"
Post by: jenkinhill on July 11, 2012, 12:45:11 PM
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
Title: Re: Change Text "inc. tax"
Post by: propa00 on July 11, 2012, 18:08:24 PM
 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
Title: Re: Change Text "inc. tax"
Post by: propa00 on July 12, 2012, 05:05:28 AM
SOLVED

change text in mod news gk4

regards
Title: Re: Change Text "inc. tax"
Post by: ivus on July 18, 2012, 15:42:44 PM
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.