Created
October 31, 2015 03:03
-
-
Save mwin007/1ebc7f8d035420e004d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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