Jump to content

Remove Wishlist From User Info Block In Top


Recommended Posts

I had wishlist installed by either default install or new template and decided I did not need it, so I removed the module. Yet, the wishlist link still shows in the "user Info block" (located in the top nav drop-down). When I click the link the missing page shows. I went to modules to see if I could edit and remove this link but I couldn't see where to edit it.

 

Homepage Screenshot:

post-1074395-0-19259700-1454818252_thumb.png

 

Missing Page:

post-1074395-0-46193200-1454818253_thumb.png

 

Wishlist Block Not Installed:

post-1074395-0-26289600-1454818254_thumb.png

 

User Info Block Not Configurable.

post-1074395-0-52760300-1454818391_thumb.png

 

I assume I need to modify a template file directly, I just don't know which template file and which line to remove or comment out. If this is what needs done to remove the wishlist link from the user info block.

Edited by clubbuilder (see edit history)
Link to comment
Share on other sites

Solved. I was looking at the default Userblockinfo instead of my template.

 

This was hardcoded into my template: themes> MyTemplate> modules> blockuserinfo> nav.tpl

 

Just removed this coding:
 

<li><a class="link-wishlist wishlist_block" href="{$context->link->getModuleLink('blockwishlist', 'mywishlist')}" title="{l s='My wishlist' mod='blockuserinfo'}">

            {l s='My wishlist' mod='blockuserinfo'}</a></li>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...