Description
Flexa Wishlist replaces the dated “table of products with social buttons” pattern with the wishlist UX shoppers already know from modern commerce apps.
- One-tap save — an optimistic heart button on product cards and pages. No modal, instant feedback.
- Works for guests — saved items persist without an account, and merge into the account silently and losslessly on login.
- Cache-safe — no per-user markup in cacheable pages; one small dependency-free script and one batched state request. Correct behind full-page caches.
- A designed wishlist page — a responsive card list with add-to-cart, remove-with-undo, and a proper empty state.
- Add to cart from the wishlist — move a single item or the whole list into the cart in one tap, with clear skip reasons for out-of-stock or variable products.
- Easy sharing — native share sheet on mobile, copy-link + channels on desktop, with correct link-preview meta.
- Zero configuration — beautiful defaults, presets over knobs; the accent color follows your theme out of the box.
- Accessible & fast — WCAG 2.2 AA, no color-only state, tight performance budgets.
- Developer friendly — REST API, action/filter hooks,
fw:DOM events, Gutenberg blocks, shortcodes, and Elementor widgets.
Flexa Wishlist for WooCommerce is a complete, professional wishlist product — free.
Placement
Everything renders through three shortcodes (also available as Gutenberg blocks and Elementor widgets):
[flexa_wishlist]— the full wishlist page.[flexa_wishlist_button product_id="123"]— a save button (defaults to the current product in a loop).[flexa_wishlist_counter]— a live saved-items count, ideal for the header/menu.
Source code
The plugin ships a compiled admin interface (assets/dist/) built from the
human-readable source in apps/admin/src/. The full source and build tooling
are also public at:
https://github.com/flexatech/flexa-wishlist-for-woocommerce
The admin app is built with pnpm and Vite:
pnpm installpnpm run build(orpnpm run devfor a watched build)
Screenshots





Blocks
This plugin provides 3 blocks.
- Wishlist
- Wishlist Button
- Wishlist Counter
Installation
- Install and activate WooCommerce.
- Upload the plugin, or install it from Plugins Add New, then click Activate.
- On activation a heart button appears on your products and a Wishlist page is created automatically.
- Fine-tune under Wishlist in the admin menu (optional — the defaults are production-ready).
FAQ
-
Does it work with page caching?
-
Yes. The button markup is user-agnostic; the shopper’s real saved state is reconciled from a single request after load, so it stays correct behind full-page caches and CDNs.
-
Do guests need an account?
-
No. Guest wishlists persist via a first-party cookie and merge into the account automatically, and losslessly, on login.
-
How do I show the wishlist somewhere specific?
-
Use the
[flexa_wishlist]shortcode on any page, the “Flexa Wishlist” Gutenberg block, or the Elementor widget. A wishlist page is also created for you on activation. -
Yes. Use
[flexa_wishlist_button](inside a product loop it targets the current product, or passproduct_id) and[flexa_wishlist_counter]for a live count in your header or menu. Both are available as blocks and Elementor widgets too. -
Does it work with the block editor and Elementor?
-
Yes. The page, button, and counter are all provided as native Gutenberg blocks and Elementor widgets that mirror the shortcodes.
-
Is it accessible?
-
Yes — WCAG 2.2 AA. Saved state is never communicated by color alone.
-
Can shoppers add wishlisted products to the cart?
-
Yes. Each item has an add-to-cart action, and the wishlist page offers “Add all to cart”. Items that can’t be added (out of stock, or variable products that need an option selected) are clearly skipped with a reason.
-
Is it translation-ready?
-
Yes. All strings use the
flexa-wishlist-for-woocommercetext domain and a.pottemplate is included under/i18n/languages. -
What happens to my data when I uninstall?
-
Uninstalling removes the plugin’s tables and options so nothing is left behind. Deactivating alone keeps your data intact.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Flexa Wishlist for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Flexa Wishlist for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.0
- New: Share button on the wishlist page — generates a stable share link with copy-to-clipboard, the native share sheet, and the social channels enabled in Settings.
1.0.2
- Fix: wishlist page loading spinner stayed visible after items loaded; it now hides once the list (or empty state) renders.
1.0.1
- Removed all Pro/licensing gates — multiple wishlists and every feature are now free.
- Security: verify ownership on item toggle to prevent cross-account removal (IDOR).
- Removed the custom CSS field; appearance is driven entirely by validated presets.
1.0.0
- Initial release.
