How to display the Wishlist icon in the header menu
How to get the Wishlist icon with the counter displayed on the menu
Make it easier for your customers to find their Wishlists. Showcase the Wishlist icon on the menu with the counter of the added products. It automatically redirects to the Wishlist page by clicking on it so shoppers can view their loved items.
To display, please go to your Shopify admin panel > Themes > Edit code > sections > header.liquid and add this code as it shown in the picture:
{% capture the_snippet_fave_icon_menu %}{% render 'ssw-widget-faveicon-menu' with product.id %}{% endcapture %} {% unless the_snippet_fave_icon_menu contains 'Liquid error' %} {{ the_snippet_fave_icon_menu }} {% endunless %}
Save changes and check them on your site. Or contact us to get professional installation on your site for free.