xml - Magento - disable pagination ( not hide ) -


i'm using magento 1.9, , need disable pagination specific category template. i'm using custom product_list.phtml , product_list_toolbar.phtml, can't find anyway disable pagination. want dump products on page. i not want hide toolbars, want prevent pagination functionality specific category.

thanks in advance!!

if else having problem. couldn't find official way stop pagination, found work around. in themes local.xml file defined new range(100) pagination, , set default. hide toolbars via list.phtml file. let me show product on single page.

example:
targeting category3

<category_3>             <reference name="product_list_toolbar">         <action method="addpagerlimit"><mode>grid</mode><limit>100</limit></action>         <action method="addpagerlimit"><mode>list</mode><limit>100</limit></action>         <action method="setdefaultgridperpage"><limit>100</limit></action>               </reference> </category_3> 

Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -