mikkal Posted April 30, 2013 Share Posted April 30, 2013 hello About the products list : I have 9 pages of non actives products . (many products ) When i check for only actives, i have 2 pages of 300. But i can't see the second page because it resets automatically with all products (actives or not) How is it possible to see the next pages of actives products only ? Thanks Link to comment Share on other sites More sharing options...
PascalVG Posted April 30, 2013 Share Posted April 30, 2013 Hi Mikkal, what PS version do you use? N.B. Is there another column that you can sort on, like amount of stock or so? (Not sure if your deactivated products are out of stock or not). Just an idea... Let us know your version, pascal Link to comment Share on other sites More sharing options...
mikkal Posted April 30, 2013 Author Share Posted April 30, 2013 hello version 1.5.4.0 I tried all differents ways but there is no way to put some intervals (name, id ..) and after any registration of an modification of a product on the 8th page, it returns directly to the first! bye Link to comment Share on other sites More sharing options...
PascalVG Posted May 1, 2013 Share Posted May 1, 2013 Just as a quick fix, shall we just add a new item "900" to the amount of items on one page? edit /classes/admintab.php and add ,900 to the list of choices: /** @var array Number of results in list per page (used in select field) */ protected $_pagination = array(20, 50, 100, 300, 900); I know, not elegant, but might work for you? Let me know if this is acceptable... Pascal Link to comment Share on other sites More sharing options...
mikkal Posted May 2, 2013 Author Share Posted May 2, 2013 good idea. I added 900 but there'is always only 20,50,100,300 and not 900 . ( the cache is cleared ) What's wrong ?. Michel 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