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
have you looked in the shipment method?
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 .
ship plugs are plugins/vmshipment/name of the plugin
/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?
I found it:
COM_VIRTUEMART_PLUGIN_COST_DISPLAY: Descuento/Tasa:
to
COM_VIRTUEMART_PLUGIN_COST_DISPLAY:Descuento/Importe:
It was complicated..