|
Ok, fixed the pagination issues using this:
You find the file here: app/code/core/Mage/Catalog/Block/Product/List/Toolbar.php
Change the line
class Mage_Catalog_Block_Product_List_Toolbar extends Mage_Core_Block_Template
to
class Mage_Catalog_Block_Product_List_Toolbar extends Mage_Page_Block_Html_Pager
I might be completely wrong with this, haven’t been in the Magento matter for a long time.
--------
Last f’ing time I do a Magento upgrade on recommendation - think I’ll try and stay 1yr behind from now on!
|