Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vizualabstract/multiple-select-nav
https://github.com/vizualabstract/multiple-select-nav
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vizualabstract/multiple-select-nav
- Owner: VizualAbstract
- Created: 2015-06-25T22:21:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T16:49:39.000Z (over 9 years ago)
- Last Synced: 2024-04-16T06:59:38.959Z (9 months ago)
- Language: PHP
- Size: 902 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
modman "Multiple Select in Layered Navigation"
======
Based on Manadev's freely available Magento extension, "[Multiple Select In Layered Navigation](http://www.manadev.com/advanced-layered-navigation-ce/)". Made into a modman extension, simplyfing its installation and removal.## Allow Symlinks
* Web server must follow symlinks
* For Magento, if using template files in a modman module, you must enable "Allow Symlinks" (found under System > Configuration > Advanced > Developer)![Allow Symlinks](http://host.coreycapetillo.com/git/media/allow-symlinks.png)
## Installation
Make sure you have modman installed. See [https://github.com/colinmollenhour/modman/](https://github.com/colinmollenhour/modman/) for details
```
$ cd /var/www/html # Wherever Magento is installed
$ modman init # This is only done once in your application root
$ modman clone https://github.com/VizualAbstract/multiple-select-nav.git
```
It's important that you re-index for the plugin to work properly (found under System > Index Management).If [n98-magerun](https://github.com/netz98/n98-magerun) is installed, all you have to do is run:
```
$ magerun index:reindex:all
```## modman
For more information on working with modman modules, see their excellent tutorial at [https://github.com/colinmollenhour/modman/wiki/Tutorial](https://github.com/colinmollenhour/modman/wiki/Tutorial).