pixeltocode
pixeltocode

Reputation: 5308

pagination missing in Magento catalogue page

for some reason, the pagination on my Magento catalogue page is missing now. any ideas?

Upvotes: 4

Views: 5422

Answers (1)

pixeltocode
pixeltocode

Reputation: 5308

tried this. and it works now

in catalogue.xml (layout folder under app) had to add

<block type="page/html_pager" name="product_list_toolbar_pager"/>

in both 'Category layered navigation layout' and 'Category default layout' just under the line

<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">

Upvotes: 5

Related Questions