Jump to content

Problem with products result in home category


Luks123

Recommended Posts

Do you want them all on one page? (Because you can just go to the next page by clicking on the black "arrow right" next to "Page 1/16" )

 

post-455771-0-50251000-1413759632_thumb.jpg

 

if you really want that, try this:

 

open file:

/classes/AdminTab.php   (Make backup!!!)

 

find the following code and add the red code:

 

/** @var array Number of results in list per page (used in select field) */
protected $_pagination = array(20, 50, 100, 300, 500, 1000);
 
save file. reload page and see if the new values are there.
 
I think that's it.
 
Hope this  helps,
pascal.
 
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...