VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: daniel.buendia on April 03, 2015, 18:15:13 PM

Title: translate "TAX RULES" item
Post by: daniel.buendia on April 03, 2015, 18:15:13 PM
Hi, first of all, thank you for your support in advanced. I am becoming crazy trying to translate the item "TAX RULES" into spanish during the check-out process. I have checked all php files for the frontend but I don't find anything for that. Find attached what I mean.

Highly appreciate your support.

Title: Re: translate "TAX RULES" item
Post by: jenkinhill on April 03, 2015, 20:43:12 PM
I suspect that is in the language file for your one page checkout extension. Ask the extension supplier, or maybe you can use a language override - http://forum.virtuemart.net/index.php?topic=113895.0
Title: Re: translate "TAX RULES" item
Post by: daniel.buendia on April 06, 2015, 16:28:09 PM
Thank you for your support. I have used overrides a lot of times but unfortunately for that time, I did not find the string which produced the output. In the end I preferred to hide the label using CSS, with display:none property.

Regard,
Title: Re: translate "TAX RULES" item
Post by: Frans D on April 06, 2015, 18:51:03 PM
The next time, you have something like this; I would recommend to use "Agent Ransack" for it.
It's a program which allows you to search through all kind of files and shows exactly were you can find a specific term or code.

(http://i.imgur.com/vqukH8g.jpg)

I use it very often, when I am busy with a website. 
In case its a component or module, just unpack it on your pc and search through the folder.
Title: Re: translate "TAX RULES" item
Post by: daniel.buendia on April 06, 2015, 20:46:25 PM
Thank you. It is a valuable tool. Highly appreciated your support.