Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caciobanu/improved-magento-layered-navigation
This project has reached its end-of-life (EOL).
https://github.com/caciobanu/improved-magento-layered-navigation
end-of-life
Last synced: 7 days ago
JSON representation
This project has reached its end-of-life (EOL).
- Host: GitHub
- URL: https://github.com/caciobanu/improved-magento-layered-navigation
- Owner: caciobanu
- License: mit
- Created: 2014-12-08T19:24:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T19:43:16.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T05:21:18.314Z (3 months ago)
- Topics: end-of-life
- Language: PHP
- Homepage:
- Size: 282 KB
- Stars: 138
- Watchers: 22
- Forks: 54
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-magento - Magento layered navigation - Improved Magento layered navigation extension. (Modules)
README
EOL Notice
==========
This project has reached its end-of-life (EOL).----------
README
============Requirements
------------The supported Magento version is 1.9.x
Features
----------------- ajax navigation using history pushState/popState
- price slider with submit button
- SEO URLs (http://www.example.com/men/shirts/filter/fit/regular,sharp/sleeve_length/long-sleeve.html)
- multiple filters for the same attribute
- supports Magento Configurable Swatches
- possibility to add "nofollow" on layered navigation pagesAll the above features can be enabled/disabled from backend: "System -> Configuration -> Catalin SEO -> Catalog Layered Navigation"
Install via Modman
----------------You can install this module using [Colin Mollenhour's](https://github.com/colinmollenhour) [Modman tool](https://github.com/colinmollenhour/modman).
```bash
$ modman init
$ modman clone https://github.com/caciobanu/improved-magento-layered-navigation.git
```Install via Composer
----------------You can install this module with [Composer](https://getcomposer.org/) in combination with a Magento Composer installer (e.g. [Bragento Composer Installer](https://github.com/bragento/bragento-composer-installer)).
Make sure you have required the [Firegento packages](https://packages.firegento.com/) in your composer.json's `repositories` node
```json
"repositories": [
{
"type": "composer",
"url": "https://packages.firegento.com"
}
]
```
Afterwards you can install this module by simply requiring it.```bash
$ composer require caciobanu/improved-magento-layered-navigation
```Contribution
------------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`.