Closed avik-nerdster closed 7 years ago
I have installed on Magento 1.9.3.4 and has same issue here.
I found the problem: I rewrite catalin_seo.xml for my theme and forgot to add custom toolbar block.
<catalog_category_layered>
<reference name="product_list_toolbar">
<block type="catalin_seo/catalog_product_list_pager" name="product_list_toolbar_pager"/>
</reference>
</catalog_category_layered>
Glad that you fixed the issue.
We have Catalin SEO installed on our Magento 1.9.0.1 and it is working. However, on Category listing pages, the pagination are not working. The Pagination is generating URLs which are missing the filter information.
However, on Catalog Search page, this Pagination URLs are holding Filtering information, i.e it is working perfectly.