VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: juanki on August 06, 2016, 15:44:28 PM

Title: Need to change "fee" in shipping selection
Post by: juanki on August 06, 2016, 15:44:28 PM
Hello,in shipping selection, it says:
shipping method (fee +3,00 €) , i need to change fee for other string, like "Importe:". My site is in spanish , so in my case is (cargo +3,00 €), what i need is to change it to (Importe: +3,00 €) . Any idea where i can modify the string? please help.

In english it is "fee", in spanish it translates to "cargo", i thought that i only had to change a string in an ini file, but can't find where it gets translated. Thanks
Title: Re: Need to change "fee" in shipping selection
Post by: PRO on August 06, 2016, 15:59:31 PM
have you looked in the shipment method?
Title: Re: Need to change "fee" in shipping selection
Post by: juanki on August 06, 2016, 16:05:37 PM
Hello, thanks for the replying,cloud you tell me the path of the file? where are shipment methods stored?thanks

I use virtuemart 3.0.13 .
Title: Re: Need to change "fee" in shipping selection
Post by: GJC Web Design on August 06, 2016, 17:01:36 PM
ship plugs are plugins/vmshipment/name of the plugin
Title: Re: Need to change "fee" in shipping selection
Post by: juanki on August 06, 2016, 18:07:44 PM
/plugins/vmshipment/weight_countries/weight_countries.php
or
/plugins/vmshipment/weight_countries/tmpl/default.php
?
I don't find any "fee" or "Cargo" string there.

Thanks

I only want to change the word "fee" to other string..
I have tried to change COM_VIRTUEMART_FEE="Cargo" , but didn't have any effect.
In administrator/language/es-ES/es-ES.com_virtuemart.ini

I also downloaded by ftp the whole site to my computer to find the string "Cargo" with notepad++ but didn't find it. What php file does generate it?
Title: Re: Need to change "fee" in shipping selection
Post by: juanki on August 06, 2016, 18:21:26 PM
I found it:

COM_VIRTUEMART_PLUGIN_COST_DISPLAY: Descuento/Tasa:
to
COM_VIRTUEMART_PLUGIN_COST_DISPLAY:Descuento/Importe:

It was complicated..