Supremacy2k Posted January 10, 2013 Share Posted January 10, 2013 (edited) Hi Community. I'm currently working on a nifty product grid view for 1.5.2 (will work on all 1.5 versions) My main headache atm is that it only loads 10 products. (first selection in nbr_products) I have done some trial/error searching, and it all came down to 1 line. <ul id="product_list" class="clear"> if i change above code to : <ul id="product_list_grid" class="clear"> It will only load 10 products. What I have done: 1. Added the id to css file. 2. Added all relevant code to product grid view. 3. had a headache for 4 hours now. It seems to me the ajax code is looking for product_list, but i can't find that ajax code snippet . Any suggestions? Edited January 10, 2013 by Supremacy2k (see edit history) Link to comment Share on other sites More sharing options...
Supremacy2k Posted January 10, 2013 Author Share Posted January 10, 2013 the answer was in blocklayered js file. 1 Link to comment Share on other sites More sharing options...
Recommended Posts