Blog

  • August 02, 2011

    Magento: Recursive store category menu

    This small chunk of code recursively outputs all (active) categories within a Magento store into a nested, clean, ordered list. This is the perfect start to build your own category menu for your Magento based store. With some small modifications it's possible to only display the childs of the currently active category … Read