Jump to content

[Solved] Products not loading after mod.


Recommended Posts

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 by Supremacy2k (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...