Dominik.Presta Posted November 10, 2021 Share Posted November 10, 2021 (edited) Hi, In the PrestaShop administration panel, after entering a product and entering the "Information" tab, we can set the product name for different languages. Here there is a button "Show all languages". I would like to add the same button to show all languages in "Catalog -> Features". I know I need to add some changes to the PrestaShop files. The question is which file should I modify on FTP and what code should I add? I will be grateful for your help. Thanks! 😄 //PrestaShop 1.6.x.x Edited November 10, 2021 by Dominik.Presta (see edit history) Link to comment Share on other sites More sharing options...
Dominik.Presta Posted November 12, 2021 Author Share Posted November 12, 2021 I dealt with it. You need to modify the file ./admin/themes/default/tempalte/controllers/feature_vale/helpers/form/form.tpl Need to add here:<button class = "btn btn-primary" onclick = "$ ('. langs-name'). find ('. translatable-field'). show (); return false;"> Show all languages </button> 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