JOSSm Posted October 25, 2017 Share Posted October 25, 2017 hi, I am working with the faceted search module. Why some values of the same attribute are assigned by class = "color texture" and other class = "ps-shown-by-js". How can I change this? thanks greetings. Link to comment Share on other sites More sharing options...
tuk66 Posted October 27, 2017 Share Posted October 27, 2017 Look at the /themes/classic/templates/catalog/_partials/facets.tpl file. Link to comment Share on other sites More sharing options...
JOSSm Posted October 27, 2017 Author Share Posted October 27, 2017 (edited) Hello,Thank you very much for your answer.I know that there is the problem but I do not know what it is. {if isset ($ filter.properties.color)} <span class = "color" style = "background-color: {$ filter.properties.color}"> </ span> {elseif isset ($ filter.properties.texture)} <span class = "color texture" style = "background-image: url ({$ filter.properties.texture})"> </ span> {else} <span {if! $ js_enabled} class = "ps-shown-by-js" {/ if}> <i class = "material-icons checkbox-checked"> & # xE5CA; </ i> {/ if} </ span> Edited October 27, 2017 by JOSSm (see edit history) Link to comment Share on other sites More sharing options...
JeffP Posted October 27, 2017 Share Posted October 27, 2017 Hello, I have the same problem while the attribute list is of type "select" In the file \themes\classic\templates\catalog\_partials\facets.tpl on line 78: ($ filter.properties.texture) returns "img/co/1.jpg, img/co/2.jpg, etc ..." while there is no texture associated with the attribute ! Pretashop 1.7.2.3, theme classic Link to comment Share on other sites More sharing options...
JOSSm Posted October 30, 2017 Author Share Posted October 30, 2017 nobody knows? I need help 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