Jump to content

Show the number of products to my wishlist header menu item


Recommended Posts

How can I show the number of products from my wishlist header menu? This is how I want to look like:

 

dtVogXu.png

 

I tried something like this:

<a href="/index.php?fc=module&module=blockwishlist&controller=mywishlist" 
title="{l s='My wishlists' mod='blockwishlist'}" 
rel="nofollow">{l s='Wishlist' mod='blockwishlist'} ({'wishlist'|count})
</a>

But this seems to count my wishlists and not my products from the wishlist.

 

Link to comment
Share on other sites

Seems complicated. It counts wishlists because you can have more than one. You probably need to hook it to the top of pages, or use the header one, and use one of the user's wishlist's id to grab the products, then count and assign them to the template

Link to comment
Share on other sites

  • 5 months later...
×
×
  • Create New...