php - Magento - How to list all products in one category on one page -


i trying list products in 1 category without having set global setting in magento 1.7. have max products per page set 25. in 1 category there 28 products , being split in 2 pages. set exception 1 category , list of products in 1 page. i've managed find layout update xml code allows me list products category on home page: magento - how display products in homepage?

but doesn't work when placed using update xml category. appreciated.

navigate catalog->manage categories .choose particular category , select tab custom design , add below xml snippet field custom layout update

<reference name="product_list_toolbar">     <action method="addpagerlimit"><mode>grid</mode><limit>28</limit></action>  </reference>

you can change display mode either grid or list based on theme.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -