YouDoItWrong Posted May 14, 2012 Share Posted May 14, 2012 (edited) Hello. Does anyone can tell how to display products by 12,21,27 instead of 10,20,30. In product list. Thanks in advance Edited May 14, 2012 by YouDoItWrong (see edit history) Link to comment Share on other sites More sharing options...
tdr170 Posted May 14, 2012 Share Posted May 14, 2012 Edit File FrontController.php: public function pagination($nbProducts = 10) (standard) Edit above and change all instances of numbers in this section to change products displayed per page and to change drop down list to match. So if you switch to 12 change the array line to 12,24,58 In addition to this you will want to change the setting under Preferences/ Products/ Products per page to 12. (or your first number) 1 Link to comment Share on other sites More sharing options...
YouDoItWrong Posted May 14, 2012 Author Share Posted May 14, 2012 2 tdr170 Thank you very much for your replay. But its solved only part of the problem. Now its display by 10,12,24,58. Which file I shuld edit for fix it. Link to comment Share on other sites More sharing options...
YouDoItWrong Posted May 14, 2012 Author Share Posted May 14, 2012 Problem was solved. Link to comment Share on other sites More sharing options...
tdr170 Posted May 14, 2012 Share Posted May 14, 2012 (edited) Ok Great, Edited May 14, 2012 by tdr170 (see edit history) 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