sonny90 Posted February 17, 2016 Share Posted February 17, 2016 Hello everyone, In my block layered navigation it writes "Manufacturer" as a title for the manufacturer filter i need to change that to "Designers". Since i have 2 languages i succefully done that for French by going to themes>leo_fashion_store>modules>blocklayered>translations>fr.php but since English is the main language it has no translations. I tried in blocklayered.tpl but could not find the manufacturer since it looks like it is taken from another page i also searched on manufacturer.tpl and manufacturer_list.tpl but without success i'm sure it is here somewhere just affraid it is something more complicated than what it seems. btw i'am using Leo_Fashion_Store 1.6.0.9. Thanks. Link to comment Share on other sites More sharing options...
sonny90 Posted February 25, 2016 Author Share Posted February 25, 2016 Hello no one can help? I still didnt found it, thanks Link to comment Share on other sites More sharing options...
musicmaster Posted February 25, 2016 Share Posted February 25, 2016 These are Smarty templates. Smarty uses variables that are defined in PHP. In a not familiar with this module but I assume that the template is provided with a nested array of filter names and value options. Try to put {$selected_filters|print_r} as debug code in your blocklayered template to see the array. The template is called from blocklayered.php in the function generateFiltersBlock(). So the word "manufacturer" is there hidden in some variable. 1 Link to comment Share on other sites More sharing options...
sonny90 Posted February 25, 2016 Author Share Posted February 25, 2016 (edited) Thank you musicmaster, however fortunately it was more easy than that, just hard to find It was in localisation -> traductions -> choose "instaled modules traductions" and "english" for language -> then go to layered bock navigation and change field for manufacturer Edited February 25, 2016 by sonny90 (see edit history) 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