WP Manifestindependent plugin directory
manifest / ecommerce / wc-simple-wishlist

Wisharo Wishlist

A lightweight WooCommerce wishlist plugin with a shareable wishlist page.

by Rashed Hossain · github.com/wprashed/wc-simple-wishlist

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wprashed/wc-simple-wishlist/archive/refs/heads/main.zip

Readme

=== Wisharo Wishlist === Contributors: wprashed
Tags: wishlist, woocommerce, ecommerce, share wishlist, wishlist page
Requires at least: 5.4
Tested up to: 6.8
Requires PHP: 7.4 Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A lightweight WooCommerce wishlist plugin that lets users create, manage, and share their favorite products easily with a clean interface.

== Description ==

Wisharo Wishlist is a simple yet powerful WooCommerce plugin that enables your customers to add products to their wishlist and share it with others via a unique public URL.

Key features:

  • Wishlist button on product and shop pages
  • Logged-in users can add/remove items from their wishlist
  • Dedicated wishlist page (/wishlist/)
  • Share wishlist publicly via unique link
  • Minimal code — optimized for speed and performance

Whether you're running a small shop or a large eCommerce store, Wisharo Wishlist is designed to boost conversions by improving the shopping experience.

== Installation ==

  1. Upload the plugin files to the /wp-content/plugins/wisharo-wishlist directory, or install the plugin via the WordPress plugin screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Settings → Permalinks and click Save Changes to register the wishlist endpoint.
  4. Done! Users can now start using the wishlist feature.

== Frequently Asked Questions ==

= Can users see their wishlist without logging in? =
No. Users must be logged in to create and manage their wishlist. However, wishlists can be shared with anyone via a public URL.

= How can I display the wishlist page? =
Each user has a wishlist page accessible via /wishlist/?user_id=123. Users can copy and share this link with others.

= Can guest users use the wishlist? =
Not at the moment. Guest support is planned for a future update.

= Does it work with any WooCommerce theme? =
Yes, Wisharo Wishlist works out of the box with all WooCommerce-compatible themes.

== Screenshots ==

  1. Wishlist button on the product page.
  2. Wishlist button on the shop loop.
  3. Shared wishlist page preview.
  4. Wishlist page with copy/share URL input field.

== Changelog ==

= 1.0.0 =

  • Initial release.

== Roadmap ==

  • Guest wishlist support
  • Wishlist tab in My Account page
  • Ajax wishlist loading
  • Support for multiple wishlists
  • Option to email wishlists

== License ==

This plugin is licensed under the GPLv2 or later. See https://www.gnu.org/licenses/gpl-2.0.html for full license information.

Read the full README on GitHub →