Improved Magento layered navigation extension
This project has reached its end-of-life (EOL)., (*1)
The supported Magento version is 1.9.x, (*2)
All the above features can be enabled/disabled from backend: "System -> Configuration -> Catalin SEO -> Catalog Layered Navigation", (*3)
You can install this module using Colin Mollenhour's Modman tool., (*4)
$ modman init $ modman clone https://github.com/caciobanu/improved-magento-layered-navigation.git
You can install this module with Composer in combination with a Magento Composer installer (e.g. Bragento Composer Installer)., (*5)
Make sure you have required the Firegento packages in your composer.json's repositories
node, (*6)
"repositories": [ { "type": "composer", "url": "https://packages.firegento.com" } ]
Afterwards you can install this module by simply requiring it., (*7)
$ composer require caciobanu/improved-magento-layered-navigation
To contribute please issue pull requests to the develop
branch only. New releases will be merged to feature branches. Bugfixes are hotfix patched to both master
and develop
., (*8)