Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mwin007/1ebc7f8d035420e004d5 to your computer and use it in GitHub Desktop.
Save mwin007/1ebc7f8d035420e004d5 to your computer and use it in GitHub Desktop.
The file you're looking for is:
/app/code/core/Mage/Page/Block/Html/Pager.php
The line you want to modify to adjust review pagination limits is this one:
protected $_availableLimit = array(10=>10,20=>20,50=>50);
Replace the numbers with the review page limits that you'd prefer.
Of course, since this change is in core code, you'll first want to copy this file into /app/code/local/Mage/Page/Block/Html, and then make your change, to ensure that upgrades do not override it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment