I'm looking for a method to generate a left hand menu in Magento much like the top menu present in the default template, anyone have a method for doing this?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Hy,
there are some extensions and wiki entries which should help fulfill your needs. See some possible solutions here (all can be found, if you look for
vertical navigation
in Magento Boards):Vertical Navigation with CSS Classes
How to create a vertical left hand menu
M
If you don't want to muck around with the PHP templates, here is how I've done it using JavaScript (jQuery):