I’ve got a custom module extending the customer account section. I’ve added a new link called ‘My Uploads’. This link appears at the bottom of the My Account links sidebar. On the index page, the ‘My Uploads’ link is bolded and not selectable. However on my child pages none of the links are bolded or selectable. I am searching how to keep the same link functionality in my custom module (i.e. all parent and child pages show the same sidebar link as active.) _SetActiveMenu appears to only be a method accessible in admin controllers so I really don’t know any way to do this. Anyone have any clues?
I’ve got a custom module extending the customer account section. I’ve added a new
Share
If I am not mistaken, you want to add a link in Customers “My Account” Sidebar. So,
navigation.phpwhich is available in /app/code/local/themename/customer/block/account/navigation.php controling those links. There are few function inside the file, some of them :