Jump to content

How to display each field of languages in categories pages ?


monpoulet

Recommended Posts

Hi guys,

 

I am trying to have all the fields of the PS 1.6 BO categories description languages one under the others as illustrated in the picture.

I succeed to do that in the BO product page by erasing the content of the function:

function hideOtherLanguage(id)
{
	$('.translatable-field').hide();
	$('.lang-' + id).show();

	var id_old_language = id_language;
	id_language = id;

	if (id_old_language != id)
		changeEmployeeLanguage();

	updateCurrentText();
}

into:

function hideOtherLanguage(id)
{
}

It' working perfectly after clearing the PS cache only i n the product pages.

But it does NOT work on the BO categories pages; even I have a small bug, the firld refuse to switch from the different languages, once I have modified the function "hideOtherLanguage".

 

Do you have an idea to help me ?

post-401889-0-91453500-1420547885_thumb.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...