VirtueMart Forum

VirtueMart 2 + 3 + 4 => Language/Translations => Topic started by: cimran on August 04, 2014, 21:19:03 PM

Title: User Field Name
Post by: cimran on August 04, 2014, 21:19:03 PM
I get following code while trying to edit my info
COM_VIRTUEMART_USER_FORM_USERNAME

COM_VIRTUEMART_USER_FORM_GROUP

how to change the above language into proper words please?
Using Joomla2.5 and VM2

Please view the attached image'

[attachment cleanup by admin]
Title: Re: User Field Name
Post by: jjk on August 04, 2014, 22:44:27 PM
Which exact Joomla and VirtueMart versions do you use?
If I remember correctly, those language keys are not used anymore. So I suppose you are using an older version of VirtueMart with newer language files, where those keys don't exist anymore.
Just curious -  from which template is your screenshot? I'm just asking because I don't find those 'Shopper Information' and 'General User Information' tabs on my screen.
Title: Re: User Field Name
Post by: cimran on August 05, 2014, 05:42:43 AM
Thank you very much
This is the url
http://bargainmall.info/rewards
I have created a demo user; username: farhana, Pass: xyz123123
If any one logins, then it redirects to a user details page and there is tab 'General user information'
I'm using VirtueMart 2.6.2
Title: Re: User Field Name
Post by: jjk on August 05, 2014, 13:48:34 PM
I wonder why you see those language keys in VM 2.6.2

As an inititial workaround you may add the following two lines in Joomla Extensions > Language Manager > Overrides. They should probably be placed in override for the English site language (Dropdown selection in the upper right corner):

COM_VIRTUEMART_USER_FORM_GROUP="Shopper Group"
COM_VIRTUEMART_USER_FORM_USERNAME="User Name"

But that's not a good solution. If you enable 'Debug System' and 'Debug Language' in the Joomla configuration and then go to the page where you see those untranslated keys, does the debug information at the bottom of the screen give you a hint which file is loading the form with the missing translations? Maybe the template is still using those outdated language keys.
Title: Re: User Field Name
Post by: cimran on August 05, 2014, 14:16:17 PM
Thank you very much
Title: Re: User Field Name
Post by: jjk on August 05, 2014, 14:37:17 PM
Somebody else just told me that your screenshot looks like a Gavick page. So probably your Gavick template is not up to date with VM 2.6.2 or newer.