steve_c Posted August 11, 2012 Share Posted August 11, 2012 Hi all - tried searching Google but couldn't come up with any answers. I have a 2 column product listing layout. I want my products per page to be in factors of 3. I have it set to 12 products per page but on the dropdown at the bottom, the other options are 10, 20 and 50. how do I change these values? Thanks in advance Link to comment Share on other sites More sharing options...
tdr170 Posted August 12, 2012 Share Posted August 12, 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 Also be sure and change the default products per page under preferences/products Link to comment Share on other sites More sharing options...
steve_c Posted August 12, 2012 Author Share Posted August 12, 2012 That's fantastic thanks very much 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