Scotty501 Posted July 28, 2010 Share Posted July 28, 2010 Hi All,In Back Office, when I add a new product I add it to its Catergory, and to the home page. This enables me to move the items in the list up and down. The top 20 appear on my home page. Now I am over 300 products, it display two pages of product - items 301 onwards appear on page two in back office. This means I cant move it up to be displayed in Top 20 thefore not on the homepage. How do I move items up to the top 20 in the list if they appear on page 2? Link to comment Share on other sites More sharing options...
rocky Posted July 29, 2010 Share Posted July 29, 2010 Drag the item to the top of page two, then click the up arrow on the item to move it to the bottom of page 1, then you can drag it to whatever position you want on page one. Link to comment Share on other sites More sharing options...
Scotty501 Posted July 29, 2010 Author Share Posted July 29, 2010 No I cant do that. If you move the item to the top of page two - it only shows the down arrow - suggesting it cant be moved any higher than the top of page two.Any other suggestions? Link to comment Share on other sites More sharing options...
rocky Posted July 29, 2010 Share Posted July 29, 2010 You can try changing the number of items per page. Hopefully then, the product will have an up arrow you can click, then you can change it back to 300 items per page. Link to comment Share on other sites More sharing options...
Scotty501 Posted July 29, 2010 Author Share Posted July 29, 2010 Thanks for the reply - but I am limited to 300 Max per page as per the drop down bar - and you cant specify the number beyond that of the drop down bar. Link to comment Share on other sites More sharing options...
rocky Posted July 29, 2010 Share Posted July 29, 2010 Can't you select less than 300 products per page, then go to page 2, then click the up arrow next to the item, then increase the number of products per page to 300? Link to comment Share on other sites More sharing options...
Scotty501 Posted July 29, 2010 Author Share Posted July 29, 2010 I see what you are saying - OK that would do it - albeit a little slow and clumsy.I guess I could alter the parameters of the drop down bar to show - say 500 items, is there way of doing this? In the meantime the above suggestion works. Link to comment Share on other sites More sharing options...
rocky Posted July 29, 2010 Share Posted July 29, 2010 Yes, it is possible to do that by editing line 90 of classes/AdminTab.php (in PrestaShop v1.3.1): protected $_pagination = array(20, 50, 100, 300); You could change 300 to 500, but then you'll still have the same problem with the 501st product. Link to comment Share on other sites More sharing options...
shinnokdrako Posted January 14, 2014 Share Posted January 14, 2014 Sorry to resume this page, i need to do this too. Is it possible in Prestashop 1.5.6.0? And is it possible to give my value by default? I mean that i'd like to go to my product page in the backoffice and to find all my products there without using the dropdown menu. If i put 400 as my value, i want the back office to show me all the time 400 when i go there. Is it possible? Link to comment Share on other sites More sharing options...
thinkjsk Posted March 31, 2014 Share Posted March 31, 2014 Sorry to resume this page, i need to do this too. Is it possible in Prestashop 1.5.6.0? And is it possible to give my value by default? I mean that i'd like to go to my product page in the backoffice and to find all my products there without using the dropdown menu. If i put 400 as my value, i want the back office to show me all the time 400 when i go there. Is it possible? I would also like to know. ... Link to comment Share on other sites More sharing options...
Diakro Posted April 10, 2014 Share Posted April 10, 2014 edit the following file (line 42): /classes/helper/HelperList.php protected $_pagination = array(20, 50, 100, 300); 2 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