cancel
Showing results for 
Search instead for 
Did you mean: 

Can anyone help lead me in the right direction?

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!

1 REPLY 1

Re: Can anyone help lead me in the right direction?

Hello @chgdf_cvbvc ,

 

Please revert back your changes and perform below steps

  1. go to this file app\locale\en_US\Mage_Wishlist.csv
  2. Find My wishlist text, You can find like below text 
    "My Wishlist","My Wishlist"
  3. Now you want to change "My Wishlist" to "My Toolbox" so you have to perform like below 
    "My Wishlist","My Toolbox"
  4. Save it
  5. Clear cache 

You can change any word like as per above example.


--
If my answer is useful, please Accept as Solution & give Kudos