Download the PHP package bennoislost/easy-navigation without Composer
On this page you can find all versions of the php package bennoislost/easy-navigation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bennoislost/easy-navigation
More information about bennoislost/easy-navigation
Files in bennoislost/easy-navigation
Package easy-navigation
Short Description A simple module to customize your navigation menu
License MIT
Informations about the package easy-navigation
Easy Navigation
Simple navigation styling and extra category attributes for Magento.
Installation
Composer
Then refresh Magento caches.
Usage
Select a catalog/category
attribute for use
Add the following snippit to your modules config.xml
inside the default
node. Replace my_new_catalog_attr
with the attribute code you wish to be displayed in your navigation.
Display a selected attribute
Copy the following templates to your design package / theme.
app/design/frontend/base/default/template/bennoislost/easy-navigation/single-level.phtml
app/design/frontend/base/default/template/bennoislost/easy-navigation/level-with-children.phtml
You can now use the following snippet to return the catalog/category
attribute value in your template.
Replace my_new_catalog_attr
with your attribute code.
With blocks in Magento these can be extended and replaced :)
Support
If you have any issues with this extension, open an issue on GitHub (see URL above)
Contribution
Any contributions are highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Developer
Ben McManus - @bennoislost
Licence
Copyright
(c) 2015 Ben McManus