Magento: HOW-TO add active products in a drop-down in Main Navigation Menu
Instead of categories I would like products to appear in the drop-down navigation menu similar to lowes.com . Is this possible? I am not paying for anything either :) I've attempted to alter core/Mage/Catalog/Block/Navigation.php and try to 'fake' products as categories but the object requirement is very specific. Since the function to create the menu is recursive it will only work on actual categories and nothing else. Any ideas? I know another option is to create 2nd level categories and name them as my products and then do a rewrite in .htaccess but this is not dynamic and very messy. After