Here's the problem:
I wanted to change "My Wishlist" to "My Toolbox" and so I changed all the references in the language .csv files as I was instructed on a blog. Nothing technical, just text changes.
Then I went to the app/code/core/Mage/Wishlist/Block/Links.php and copied that toapp/code/local/Mage/Wishlist/Block/Links.php
I then changed the portion that shows the Wishlist in the top_links:
} else {
return $this->__('My Toolbox');
}
That's all.
Then of course in the customer.xml file I changed the position of the link items, which was pretty simple.
Now when I go to My Account, the wishlist link is missing from the menu, and when I click "My Toolbox" the wishlist page is BLANK with no account menu, as though it no longer exists.
I checked the admin, and Wishlist is enabled - I tried disabling it but that did not work, it just made the top_link disappear. So I re-enabled and still not working.
Can anyone help lead me in the right direction?
Thanks!