caciobanu / improved-magento-layered-navigation

This project has reached its end-of-life (EOL).
MIT License
138 stars 54 forks source link

Paging Issue on Category Page - Pager links looses Filters. #103

Closed avik-nerdster closed 7 years ago

avik-nerdster commented 7 years ago

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.

willstorm commented 7 years ago

I have installed on Magento 1.9.3.4 and has same issue here.

willstorm commented 7 years ago

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>
caciobanu commented 7 years ago

Glad that you fixed the issue.