- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can anyone help lead me in the right direction?
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Can anyone help lead me in the right direction?
Hello @chgdf_cvbvc ,
Please revert back your changes and perform below steps
- go to this file app\locale\en_US\Mage_Wishlist.csv
- Find My wishlist text, You can find like below text
"My Wishlist","My Wishlist"
- Now you want to change "My Wishlist" to "My Toolbox" so you have to perform like below
"My Wishlist","My Toolbox"
- Save it
- Clear cache
You can change any word like as per above example.
--
If my answer is useful, please Accept as Solution & give Kudos