monpoulet Posted January 6, 2015 Share Posted January 6, 2015 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 ? Link to comment Share on other sites More sharing options...
CartExpert.net Posted January 6, 2015 Share Posted January 6, 2015 Hi. You should have a look at the 'displayFlags' and 'changeFormLanguage' function in js/admin.js Regards.Robin.The CartExpert Team Link to comment Share on other sites More sharing options...
monpoulet Posted January 6, 2015 Author Share Posted January 6, 2015 Hi Robin, Thank you for your help, but it doesn't work... Any idea ? Link to comment Share on other sites More sharing options...
CartExpert.net Posted January 6, 2015 Share Posted January 6, 2015 Did you make any other changes? Regards.Robin.The CartExpert Team Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now