Luks123 Posted October 18, 2014 Share Posted October 18, 2014 Hello, i have a problem in administration... in "home" category i can not show all products. Only 300, but i have 307. How can i change this? I have 1.4.5.1 PS version. Picture: http://shrani.si/f/29/SO/2gHPdBtn/problem.jpg thank you. Link to comment Share on other sites More sharing options...
PascalVG Posted October 19, 2014 Share Posted October 19, 2014 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" ) 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 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