NOTE: This article is outdated. Please visit our latest Help Documentation for more comprehensive knowledge base and support.


The purpose of providing a link to My Wishlist Page is to inform your user where his Wishlist can be accessed.  There are 2 ways to achieve this.



1. Link in Tooltip of Wishlist icon


You can add a link to My Wishlist page in the tooltip of Wishlist (Heart) icon. Please follow the below steps and contact us if you face any difficulty.


1. Visit Merchant Console =>  Configure Appearance => Product Page


2. Under Tooltip Settings, look for the following  label:  "Add to Wishlist text in Tooltip" and replace its value with following code


 Add to <a href='/a/wishlist'>Wishlist</a>


3. Under Tooltip Settings, look for the following  label:  "Remove from Wishlist text in Tooltip" and replace its value with following code


 Remove from my <a href='/a/wishlist'>Wishlist</a>


4. Click Submit button.



2. Link in Navigation Menu.



Several store owners prefer to provide an additional link to My Wishlist (/a/wishlist) page in the navigation menu or anywhere on the header of the store. 


If you want add a link to navigation menu, visit Shopify Admin Panel => Online Store => Navigation and add a link to /a/wishlist or http://www.yourstore.com/a/wishlist

 

The step by step guide to add a link is documented here


If you want the link to appear anywhere else, you can do so by editing the .liquid files of the theme and placing the link to /a/wishlist


 

NOTE: The above examples assume that the wishlist page on your store can be accessed at the default address  (/a/wishlist). If you have altered the app proxy url for Smart Wishlist via Shopify Admin Panel, then this address changes. 


First you need to update the new app proxy URL in Smartwishlist Console and then use the new value in the above steps.