VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: suesbarn on February 01, 2012, 21:16:13 PM

Title: Change Text of Checkout Form Fields
Post by: suesbarn on February 01, 2012, 21:16:13 PM
I am trying to edit the Checkout Registration Form. I want to specifically change the Stage/Providence/Region text to simply say State. How can I do this?

Thanks in advanced.

[attachment cleanup by admin]
Title: Re: Change Text of Checkout Form Fields
Post by: suesbarn on February 21, 2012, 15:14:41 PM
Can anyone help me with this?
Title: Re: Change Text of Checkout Form Fields
Post by: Lymus on February 21, 2012, 22:12:47 PM
Hi,

you can change it with language override, but i still do not get how it works...  :)
Or simply just go to: ..root joomla directory\language\en-GB open en-GB.com_virtuemart.ini with Notepad++ , find 456 line:

COM_VIRTUEMART_SHOPPER_FORM_STATE="State / Province / Region"

and change value it to whatever you want:

COM_VIRTUEMART_SHOPPER_FORM_STATE="TYPE ANYTHING YOU WANT"

and save it.

By doing this you are risking that it will dissapear after virtuemart upgrade. But it is smple solution and I am using it a lot.
By the way it could be nice to have Virtuemart 2 Manual, but I cannot find it anywhere.


Lymus