cancel
Showing results for 
Search instead for 
Did you mean: 

How to increase the page limiter (No. of rows in front end My orders page in for customers).

How to increase the page limiter (No. of rows in front end My orders page in for customers).

How to increase the page limiter in the magento customer's my order page?

In my custom theme the page limiter does not work.

2 REPLIES 2

Re: How to increase the page limiter (No. of rows in front end My orders page in for customers).

The configurable page limit option in admin is for catalog page.

For other pages its hard coded, in Mage_Page_Block_Html_Pager::_availableLimit

you can either rewrite this class and change the limit array or create a special pager block for order list page.

Re: How to increase the page limiter (No. of rows in front end My orders page in for customers).

How to create the special pager block for my orders page. For which variable i can change the value to change the limiter? Can you have any sample code or any reference for this?