caciobanu/improved-magento-layered-navigation

Improved Magento layered navigation extension

v3.3.2 2019-01-23 08:50 UTC

This package is auto-updated.

Last update: 2024-04-12 00:20:36 UTC


README

This project has reached its end-of-life (EOL).

README

Requirements

The supported Magento version is 1.9.x

Features

All 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 Modman tool.

$ modman init
$ modman clone https://github.com/caciobanu/improved-magento-layered-navigation.git

Install via Composer

You can install this module with Composer in combination with a Magento Composer installer (e.g. Bragento Composer Installer).

Make sure you have required the Firegento packages in your composer.json's repositories node

"repositories": [
    {
      "type": "composer",
      "url": "https://packages.firegento.com"
    }
]

Afterwards you can install this module by simply requiring it.

$ 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.