dave martin Posted November 21, 2011 Share Posted November 21, 2011 Im having an issues with layered navigation, if an attribute has has a lot of products that spans over more than 3 pages. If i click on a page number higher than 3 i get no products returned. Any idea on what the issues could be i have also used the svn version but i still get the same issue. Link to comment Share on other sites More sharing options...
miles34 Posted November 23, 2011 Share Posted November 23, 2011 same here, anyone got a clue? Link to comment Share on other sites More sharing options...
miles34 Posted November 23, 2011 Share Posted November 23, 2011 I actually solved it by re-generating that file in the module options. Link to comment Share on other sites More sharing options...
Pronesis Posted May 6, 2013 Share Posted May 6, 2013 (edited) Hi, I have the same issue... "re-generating that file" what does it mean? Thx Solved: the problem was on parameter id_category_layered that was not passed in some cases. Modified the blocklayered.tpl, after the row: <form action="#" id="layered_form"> add: <input type="hidden" name="id_category_layered" value="{$id_category_layered}" /> Edited May 7, 2013 by PGallerani (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