VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: seagul on January 18, 2012, 11:06:41 AM

Title: Only standard translation in products description shown (Backend)
Post by: seagul on January 18, 2012, 11:06:41 AM
Hi,

I have a VM 2.0 (J1.7.3) store with three languages, generally works fine.

But with the product description in the backend the wrong translation is shown. I can add the languages to the product, then save. It is shown in the frontend. However, now I can not go back and change the description in the BE. It shows only the standard language values but with the different language flags.

English flag
english name
english description

german flag
german name
english description <-- should be german.

If I save the product like this, my language translation is overwritten and lost.

Will this be solved in the next release?
Thanks,
Seagul
Title: Re: Only standard translation in products description shown (Backend)
Post by: Studio 42 on January 31, 2012, 22:36:14 PM
In BE you have always the default language first and after you change it on drop Down list of language the new chosen translatable fields are show with A flag before this fields.

When you re edit same product you have always the default language and must reselect in the list your language to edit.

I have retested this with success.
Sometime  you think you are in another Lang and then you think the save is not correct but remember That you are always on begin editing in the chosen Joomla FRONT language.
Title: Re: Only standard translation in products description shown (Backend)
Post by: seagul on January 31, 2012, 23:30:28 PM
Thanks for your reply.

I checked it again.
I know that I am in the standard language (EN for me) when I come back to re-edit an article. When I change the language (on re-editing the article) it changes all normal text-fields to the second language (DE for me) but not the description (html area)! The description stays in English. So I can not re-edit my German translation - same with my third language.


Title: Re: Only standard translation in products description shown (Backend)
Post by: seagul on February 03, 2012, 10:22:50 AM
I tested in the new 2.0.1 C on my localhost.
It is still not working.
Have a look with this screencast.
http://screencast.com/t/8TyiOMGokbYF (http://screencast.com/t/8TyiOMGokbYF)
Title: Re: Only standard translation in products description shown (Backend)
Post by: Studio 42 on February 03, 2012, 12:04:13 PM
Hi,
DO you have change tiny MCE ?
The html editor in joomla ?
Because the method to acces this type of fields is done by TinyMce javascript.

You can try to change to editor "none" to do a test and look what's append?
Because the only difference is the use in desciption of tinyMce.

If you know how it work you can controle with firebug(firefox extention) the Json response on language switching in the console(keyboard F12 )
Title: Re: Only standard translation in products description shown (Backend)
Post by: seagul on February 03, 2012, 22:26:15 PM
ok, it is working with tiny mce and with no editor. But it does not work with JCE and CodeMirror.