RasdyCute Posted June 10, 2015 Share Posted June 10, 2015 Hello Guys, Is there a way to make a one click clear all filters on layered navigation in prestasop 1.6 tnx in advance Link to comment Share on other sites More sharing options...
Chris Mok Posted June 10, 2015 Share Posted June 10, 2015 Hi RasdyCute, If you are using the default theme, You can use below code what I made. Open the "blocklayered.tpl" under the your themes/blocklayered and Find Line 34: it looks like below: <div id="enabled_filters"> <span class="layered_subtitle" style="float: none;"> {l s='Enabled filters:' mod='blocklayered'} </span> and add this line: <a href="{$smarty.get.id_category}">Clear All</a> after add the line, it looks like below: <div id="enabled_filters"> <span class="layered_subtitle" style="float: none;"> {l s='Enabled filters:' mod='blocklayered'} </span> <a href="{$smarty.get.id_category}">Clear All</a> 2 2 Link to comment Share on other sites More sharing options...
Recommended Posts