cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove mywhishlist in home page?

How to remove mywhishlist in home page?

Hi experts,

 

             I am using magento 1.9.2 with ma2-juno template.  Now I want to remove mywhishlist link from home page header.  Any one can help on this?  Fast reply is most appreciated.

 

        Thanks in advance.

3 REPLIES 3

Re: How to remove mywhishlist in home page?

What you need to do is add the following to your local.xml or theme layout file

 

<?xml version="1.0"?>
<layout version="0.1.0">
<cms_index_index>
<reference name="top.links">
<remove name="wishlist_link"/>
</reference>
</cms_index_index>
</layout>

Re: How to remove mywhishlist in home page?

Hi,

 

Go to Admin/system/configuration/advanced:

search mage_wishlist and select Disable then click save

After save go to system/cache management and flush all cache by select all check box

then go to front end refresh the page it will automatically remove wishlist text from the header.

 

If have any problem then please let me know.

 

Thanks,

Dibyajyoti 

Re: How to remove mywhishlist in home page?

This instruction above (Advanced, mage_wishlist, Disable), disables Wishlist functionality pretty much everywhere from front-end. If you just want to remove one link from header, then you probably need a sliiightly smaller hammer.

Tanel Raja