se.ehsan Posted October 12, 2017 Share Posted October 12, 2017 (edited) hello my friends iam looking a method to edit language selector from drop down to inline and add flags in prestashop 1.7 , i tried to find any way to do that but without results in PS 1.7.... please participate me with your opinions Edited October 13, 2017 by se.ehsan (see edit history) Link to comment Share on other sites More sharing options...
se.ehsan Posted October 13, 2017 Author Share Posted October 13, 2017 hello dears. i got a solution to add flag to languages selector block in prestashop 1.7 , just you should follow the below steps: 1- go to : /themes/classic/modules/ps_languageselector/ps_languageselector.tpl 2- download and open : ps_languageselector.tpl file with any editor , i will use htmlpad . 3- search for : {$current_language.name_simple} ( you can find it on line 30) replace it with : <img src="{$urls.img_lang_url}{$current_language.id_lang}.jpg" />{$current_language.name_simple} 4- search for : {$language.name_simple} ( you can find it on line 36) replace it with : <img src="{$urls.img_lang_url}{$language.id_lang}.jpg" /> {$language.name_simple} 5- search for : {$language.name_simple} ( you can find it on line 42) replace it with : <img src="{$urls.img_lang_url}{$language.id_lang}.jpg" /> {$language.name_simple} notice: - step 3 to show current language flag. - step 4 & 5 to show flag with languages that in dropdown list. - copy and replace code as in code block . 1 1 Link to comment Share on other sites More sharing options...
paula76 Posted January 30, 2019 Share Posted January 30, 2019 In version 1.7.5 doesn't work, but I'm not PHP guru, only follow instruction Link to comment Share on other sites More sharing options...
netplayer Posted May 17, 2020 Share Posted May 17, 2020 1.7.5.1 it works! Thanks 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