WebToffee Logo
WebToffee Logo
  • Home
  • Plugins
  • Shopify apps
  • Bundles
  • Resources
    • Blog

      Explore expert guides, how-tos & insights to grow your eCommerce business.

    • Info Library

      Explore short reads on WordPress, eCommerce & privacy topics.

    • Infographics

      Easy-to-share visuals that explain eCommerce and privacy concepts.

    • Customer Stories

      Read inspiring stories of our customers and their successful business.

    • Customer Testimonials

      See what customers say about using WebToffee tools and plugins.

  • Help
    • Documentation

      Get started with step-by-step guides for our WordPress & Shopify solutions.

    • Frequently Asked Questions

      Find quick answers to commonly asked questions about our solutions.

    • Support

      Reach out for plugin setup, technical issues, licenses, or billing help.

    • Free Plugin Documentation

      Setup guides for all our free WordPress plugins to help you get started.

Login
cart 0

Wishlist for WooCommerce Plugin – Setup Guide

Last updated on June 11, 2025

This is a complete documentation of the free Wishlist for WooCommerce plugin that allows you to simply add the Wishlist feature to your WooCommerce store.

Major Features of the Plugin

  • Enable the wishlist option on Product and Shop pages.
  • Enable wishlist for selected product categories
  • Enable wishlist for logged in users only
  • ‘My wishlist’ page for customers to view and manage their wishlists
  • Choose ‘My wishlist’ table contents
  • Choose the style and position of the ‘Add to wishlist’ option
  • View wishlist count for products in your store
  • Option to remove an item from Wishlist after adding to cart
  • Option to enable ‘Add all to cart’ button in the wishlist
  • Option to redirect to cart after adding an item to the cart from the wishlist page

Installation of the plugin

Install the plugin either from the WordPress plugin directory or as a zip downloaded from the WordPress.org website. You can learn more about the installation procedure by reading the article How to Install a Free Plugin from WordPress.

Getting started

To get started with the plugin, open the WooCommerce Wishlist tab on your WordPress dashboard.

Navigation to Wishlist for WooCommerce
Navigation to Wishlist for WooCommerce

General Settings

To enable Wishlist in your WooCommerce store, go to the WooCommerce Wishlist tab on your WordPress dashboard.

Wishlist for WooCommerce - General settings
Wishlist for WooCommerce – General settings
  • Show ‘Add to Wishlist’ only for logged-in users – Toggle ‘Yes’ to disable the ‘Add to wishlist’ option for guest users.
  • Show ‘Add to Wishlist’ in Pages – Wishlist can be enabled for items in both shop and product pages. You can choose as per your preference.
Wishlist enabled for product page
Wishlist enabled for product page
'Add to Wishlist' enabled Shop page
‘Add to Wishlist’ enabled Shop page
  • Show ‘Add to wishlist’ for product categories – You can choose to show ‘Add to wishlist’ for selected product categories or all categories.
  • Show ‘My Wishlist’ in my account – ‘My Wishlist’ will be displayed on my account page by default. If you don’t prefer it, you can toggle it off.

Click Save Changes button to save the settings.

Wishlist Page

Wishlist for WooCommerce - Wishlist page
Wishlist for WooCommerce – Wishlist page

Wishlist pages help a customer to view the products that they have added to their Cart. On activation of the plugin, a Wishlist page will be automatically created on your website where your customers can view and manage all the products they have added.

  • Wishlist Page: The drop-down lists all the pages available on your website. If you wish to choose a page other than the default one (My Wishlist -created by the plugin) you can do it here.
  • Enable Wishlist table contents – Here, one can select the product data that should be displayed on the Wishlist page.
  • Remove item from Wishlist after adding to cart – When you toggle ‘Yes’ items once added to the cart will be removed from Wishlist.
  • Enable ‘Add all to cart’ button – the ‘Add all to cart’ button will move all Wishlist products to the cart. Choose to either enable or disable it on the Wishlist page.
  • Redirect to cart – Redirect users to the cart page when they move a product to cart by clicking the ‘Add to cart’ button across it. Disable redirection by toggling it off.

Click Save changes to save all your Wishlist page configurations.

Following is a screenshot, and a Wishlist page (with products added).

Wishlist for WooCommerce - My Wishlist Page
Wishlist for WooCommerce – My Wishlist Page

Change wishlist table title

To change the default title of the wishlist table, add the following code snippet to the function.php file of the plugin.

add_filter( 'wishlist_table_heading', 'change_wishlist_table_heading' );
function change_wishlist_table_heading($title){
	$title = 'New Heading';
	return $title;
}

‘Add to Wishlist’ Options

Wishlist for WooCommerce - 'Add to Wishlist' Options
Wishlist for WooCommerce – ‘Add to Wishlist’ Options

Here you can choose the style and position of the ‘Add to Wishlist’ option.

  • Show button as – Three options are available in the drop-down for you to choose from – Text, Icon, and Normal button (based on your active theme).
  • ‘Add to Wishlist’ position in loop – ‘Loop’ refers to WooCommerce shop and product category pages.

Here you can choose where you want to display the ‘Add to Wishlist button on the loop from the drop-down. Options available are – after the ‘Add to Cart’ button, and in the top right corner of the product thumbnail.

Wishlist icon enabled after the 'Add to cart button'
Wishlist icon enabled after the ‘Add to cart button’
Wishlist icon enabled on top right corner of the product thumbnail
Wishlist icon enabled on top right corner of the product thumbnail
  • Enable ‘View Wishlist’ link – If the product is already wish listed, it will show the `View Wishlist`link. If you don’t want to show it, you can disable it by toggling it off.
Wishlist for WooCommerce - shop page
Wishlist for WooCommerce – shop page

Popular Products

Wishlist for WooCommerce - popular products
Wishlist for WooCommerce – popular products

The popular products section helps a store admin view the most wish-listed products in their store. It displays the product name, category, and the number of times that wish-listed by the user.

This section gives great insight into customers’ choices and helps devise better marketing strategies for the store.

Conclusion

Wishlist is one of the important features of any eCommerce store. It helps the store owner to understand the most and least popular products in their store while helping customers with a great purchase experience.

If you haven’t added the Wishlist feature to your store, do it now with the WebToffee Wishlist plugin.

Tagged enable wishlist, Save for later, Wishlist, Wishlist for WooCommercce, WooCommerce wishlist

Avatar

Written by

Haritha

Associate Product Manager @ WebToffee

Comments (16)

  1. Steve

    March 31, 2025

    Hi, is there a way to display this in an elementor single product template? It shows on the default woo product page but I cant get it to show on a custom template

    Reply
    • Arjun

      April 11, 2025

      Hi Steve,

      Thanks for reaching out! Currently, the feature you’re referring to isn’t compatible with Elementor single product templates. While it functions as expected on the default WooCommerce product page, integration with custom templates built via Elementor isn’t supported at this time.

      Reply
  2. Ed H

    January 23, 2023

    Hi. Is there a shortcode for adding this to a page?

    Reply
    • Mark

      March 9, 2023

      Hi Ed,

      We currently do not have shortcode support for wishlist. Sorry to let you down.

      Reply
  3. Shravani

    August 11, 2022

    I have installed and activated, made all the changes on settings but still wishlist is not visible on website.
    I cannot see anything related to this on website.
    Please help!

    Reply
    • Mike

      August 15, 2022

      Hi Sharvani,

      Normally the Wishlist for WooCommerce menu will be displayed on the WP-admin panel after successful installation of the plugin. However, since you are experiencing issues, you may kindly raise a support ticket via this link by sharing your WooCommerce system status report (WooCommerce>status>system status report). We will address it there.

      Reply
  4. Lauren

    May 25, 2022

    Hi,

    We’re using the free version of this plugin, is there any way to change colours on this? e..g change the heart color – make it similar to the examples you show.

    Thanks

    Reply
    • Mark

      May 27, 2022

      Hi Lauren,

      Currently, there is no filter available to modify it. We are planning to add in next update.

      Reply
  5. Ton Hermans

    May 12, 2022

    Hi,

    is it possible to add a hearth icon in a header with counting
    (i can do a little bit of programming with php snippets, when i find a starting point)

    i love that you are doing on webtoffee <3
    Greetings Ton Hermans

    Reply
    • Mark

      May 27, 2022

      Hi Tom,

      We understand your requirement. However, currently, the plugin does not have any filters to do so. We will add this to the backlog and introduce an option in the future.

      Reply
  6. Vincenze

    December 21, 2021

    The plugin works well, but how can we display it on a customize product page made with elementor plugin ?
    Regards

    Reply
    • Mike

      January 18, 2022

      Hi Vincenze,

      Thanks for reaching out to us. We understand your requirement. Presently our plugin doesn’t offer such customizations. However, the improvement is already in our development pipeline and will be achieved in a near future. Thanks for understanding.

      Reply
  7. Varun

    December 21, 2021

    Dear team, can our users create multiple wishlists?

    Reply
    • Mark

      January 3, 2022

      Hi Varun,

      Sorry to let you down, but currently we do not have an option to set multiple wishlists. Moreover, having multiple wishlists isn’t a common practice. Would you care to elaborate on your business model so that we can explore the same and get some insights? You can write to us directly through this forum.

      Reply
  8. Ankita

    December 21, 2020

    The plugin is good but how it is useful to manage wishlist at admin level? As we can’t see which Products are added by user in wishlist , even we can’t see products having no. Of wishlists to identify the need of product. Any help for this possible through this plugin?
    Reply soon please

    Reply
    • Haritha

      February 11, 2021

      Hi Ankita,

      We are adding more features to the plugin to make it more useful and help get useful insights like the ones you have mentioned. We are planning to add them in the coming versions of the plugin.

      Reply

Got any query? Please leave a comment or reach out to our support

Cancel reply

Your email address will not be published. Required fields are marked *

Product icon

Wishlist for WooCommerce

Get free plugin

On this page

  • Major Features of the Plugin
  • Installation of the plugin
  • Getting started
  • General Settings
  • Wishlist Page
  • Change wishlist table title
  • 'Add to Wishlist' Options
  • Popular Products
  • Conclusion

Get started with your WebToffee plugin!

Your plugin will be downloaded in a few seconds...

All you need to do is add the plugin to your WordPress website.

To install and activate the plugin, view our installation guide.

download now
Webtoffee
Facebook
Twitter
Youtube
Linkedin
WordPress

We develop awesome WordPress and WooCommerce plugins and Shopify apps to help build successful online businesses.

© 2025 WebToffee. All rights reserved.

Our plugins

  • GDPR Cookie Consent
  • PDF Invoices & Packings Slips
  • Product Import Export Plugin
  • User & Customer Import Export
  • Import Export Suite
  • Sequential Order Numbers
  • Smart Coupons for WooCommerce
  • URL Coupons for WooCommerce
  • PayPal Express Checkout
  • Stripe Payment Gateway
  • Subscriptions for Woocommerce
  • WooCommerce Product Feed & Sync Manager
  • PrintNode for PDF Invoices
  • Order, coupon, subscriptions for WooCommerce
View more +

Get Started

  • Plugins
  • Testimonials
  • Customer Stories
  • Affiliates
  • We're hiring

Help & Support

  • Installation Guides
  • Documentation
  • Documentation (Basic)
  • Info Library
  • Infographics
  • FAQ
  • Support

Company

  • About Us
  • Terms & Conditions
  • Privacy Policy
  • Cookie Policy
  • Refund Policy
  • Support Policy

© 2025 WebToffee. All rights reserved.

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies. However you may visit Cookie Settings to provide a controlled consent.
Cookie settingsReject allAccept all
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of the basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website, to store user preferences and provide you with content and advertisements that are relevant. Such cookies will be stored on your browser but only upon procuring consent.

You will also have the option to opt-out of these cookies should you want to. But opting out of some of these cookies may have an effect on your browsing experience as per the descriptions elucidated against the respective categories below.

Necessary
Always Enabled
The cookies defined under this category are absolutely essential for the website to function. Hence they are loaded by default irrespective if user consent.
CookieDescription
__cfruidCloudflare sets this cookie to identify trusted web traffic.
__stripe_midStripe sets this cookie cookie to process payments.
__stripe_sidStripe sets this cookie cookie to process payments.
cookielawinfo-checkbox-advertisementSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Advertisement" category .
cookielawinfo-checkbox-analyticsSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Analytics" category .
cookielawinfo-checkbox-necessarySet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Necessary" category .
cookielawinfo-checkbox-preferencesThis cookie is set by the GDPR Cookie Consent plugin to check if the user has given consent to use cookies under the "Preferences" category.
CookieLawInfoConsentRecords the default button state of the corresponding category & the status of CCPA. It works only in coordination with the primary cookie.
PHPSESSIDThis cookie is native to PHP applications. The cookie is used to store and identify a users' unique session ID for the purpose of managing user sessions on the website. The cookie is a session cookie and is deleted when all the browser windows are closed.
viewed_cookie_policyThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not a user has consented to the use of cookies. It does not store any personal data.
Analytics
Analytics cookies help us understand how our visitors interact with the website. It helps us understand the number of visitors, where the visitors are coming from, and the pages they navigate. The cookies collect this data and are reported anonymously.
CookieDescription
_gaThis cookie is installed by Google Analytics. The cookie is used to calculate visitor, session, campaign data and keep track of site usage for the site's analytics report. The cookies store information anonymously and assigns a randomly generated number to identify unique visitors.
_ga_BQH8MSKD4MThis cookie is installed by Google Analytics.
_gat_gtagIdentification code of website for tracking visits.
_gidThis cookie is installed by Google Analytics. The cookie is used to store information on how visitors use a website and helps in creating an analytics report of how the website is doing. The data collected including the number visitors, the source where they have come from, and the pages visited in an anonymous form.
_hjAbsoluteSessionInProgressHotjar sets this cookie to detect the first pageview session of a user. This is a True/False flag set by the cookie.
_hjFirstSeenHotjar sets this cookie to identify a new user’s first session. It stores a true/false value, indicating whether it was the first time Hotjar saw this user.
_hjidHotjar cookie. This cookie is set when the customer first lands on a page with the Hotjar script. It is used to persist the random user ID, unique to that site on the browser. This ensures that behavior in subsequent visits to the same site will be attributed to the same user ID.
_hjIncludedInPageviewSampleHotjar sets this cookie to know whether a user is included in the data sampling defined by the site's pageview limit.
_hjIncludedInSampleThis cookie is set to let Hotjar know whether that visitor is included in the sample which is used to generate heatmaps, funnels, recordings, etc.
_hjIncludedInSessionSampleHotjar sets this cookie to know whether a user is included in the data sampling defined by the site's daily session limit.
_hjSessionUser_1376571No description
_hjTLDTestTo determine the most generic cookie path that has to be used instead of the page hostname, Hotjar sets the _hjTLDTest cookie to store different URL substring alternatives until it fails.
CONSENTYouTube sets this cookie via embedded youtube-videos and registers anonymous statistical data.
has_recent_activityThis cookie is used to signal to the code repository website if the user has browsed other website resources during the current session.
tk_aiGathers information for our own first-party analytics tool about how our services are used. A collection of internal metrics for user activity and is used to improve user experience.
tk_lrThis cookie is set by the JetPack plugin on sites using WooCommerce. This is a referral cookie used for analyzing referrer behavior for Jetpack.
tk_orThis cookie is set by the JetPack plugin on sites using WooCommerce. This is a referral cookie used for analyzing referrer behavior for Jetpack.
tk_qsGathers information for our own first-party analytics tool about how our services are used. A collection of internal metrics for user activity and is used to improve user experience.
tk_r3dThe cookie is installed by JetPack. Used for the internal metrics for user activities to improve user experience.
Advertisement
Advertisement cookies help us provide our visitors with relevant ads and marketing campaigns.
CookieDescription
_fbpThis cookie is set by Facebook to deliver advertisements when they are on Facebook or on a digital platform powered by Facebook advertising after visiting this website.
frThe cookie is set by Facebook to show relevant advertisements to the users and measure and improve the advertisements. The cookie also tracks the behavior of the user across the web on sites that have Facebook Pixel or Facebook social plugin.
VISITOR_INFO1_LIVEA cookie set by YouTube to measure bandwidth that determines whether the user gets the new or old player interface.
YSCYSC cookie is set by Youtube and is used to track the views of embedded videos on Youtube pages.
yt-remote-connected-devicesYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt-remote-device-idYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
Preferences
Preference cookies are used to store user preferences to provide them with content that is customized accordingly. This includes the language of the website or the location of the visitor.
CookieDescription
_gh_sessThis cookie is used to preserve users' states across page requests.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
CookieDurationDescription
_hjSession_137657130 minutesNo description
_octo1 yearNo description available.
_zendesk_authenticatedpastNo description
_zendesk_sessionsessionNo description available.
_zendesk_shared_sessionsessionNo description available.
edd_wp_session12 hoursNo description available.
logged_in1 yearNo description available.
m2 yearsNo description available.