Accounts Posted August 15, 2010 Share Posted August 15, 2010 I have set it to 8 default per page.In pagination I have altered the code so that: $nArray = intval(Configuration::get('PS_PRODUCTS_PER_PAGE')) != 8 ? array(intval(Configuration::get('PS_PRODUCTS_PER_PAGE')), 8, 16, 32) : array(8, 16, 32); Is there something I need to turn on or add in order for this drop down to appear?Thanks.Edit: Nevermind, silly me. I just had to add an extra product for it to appear. 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