
Bizzwishlist is a lightweight yet powerful WooCommerce wishlist plugin that lets your customers save their favorite products and purchase them later. It works seamlessly for both logged-in users and guest visitors, making it an essential tool for any WooCommerce store.
Add to Wishlist Button
Display a beautiful heart-icon “Add to Wishlist” button on single product pages and shop loop pages. The button position is fully configurable from admin settings.
Full Wishlist Page
A dedicated wishlist page with product images, names, prices, stock status, remove buttons, and add-to-cart functionality. Users can selectively add items to cart or add all wishlist items at once.
Mini Wishlist Widget
A compact, collapsible wishlist widget showing product thumbnails, names, and prices. Can be placed anywhere via shortcode or displayed as a floating bubble on every page.
Floating Bubble
Auto-display a wishlist floating bubble in any corner of the screen. Choose from 5 positions: bottom-right, bottom-left, bottom-center, right-center, or left-center.
Wishlist Popup
After adding a product to the wishlist, a popup modal displays the wishlist contents for quick review — configurable from admin settings.
Wishlist Sharing
Each user gets a unique shareable wishlist link. Share your wishlist with friends and family so they can see your saved products in a read-only view.
Guest & Logged-in Support
Works for both guest visitors (via session cookies) and logged-in users (via user ID). When a guest logs in, their wishlist is automatically merged with their account.
Variable Product Support
Supports WooCommerce variable products with individual variation tracking. Users can add specific product variations to their wishlist.
Wishlist Counter Badge
A floating counter badge showing the number of items in the wishlist, automatically updated via AJAX.
REST API
Full REST API support for developers to integrate wishlist functionality into custom applications, headless stores, or mobile apps.
[bizzwishlist] — Displays the full wishlist page[bizzwishlist_mini] — Displays the mini wishlist widget[bizzwishlist_button] — Displays the wishlist button (optional: product_id attribute)do_action( 'bizzwishlist_button', $product_id ) — Display the wishlist button for a specific productdo_action( 'bizzwishlist_button_show', $product_id ) — Alternative hook to display the wishlist button