Count icon not displayed for wishlist in header
-
Hi there
If I add a product to the cart, it displays the product number as a little number in the header.
If I do the same but for the wishlist, the amount of products is not visible for the wishlist icon in the header.Could you let me know how to achieve that?
I already tried adding the following code within functions.php but this did not work:
$count = 0; if( function_exists( 'yith_wcwl_count_products' ) ){ $count = yith_wcwl_count_products(); }
Thanks a lot
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Count icon not displayed for wishlist in header’ is closed to new replies.