Flexa Wishlist replaces the dated “table of products with social buttons” pattern with the wishlist UX shoppers already know from modern commerce apps.
fw: DOM events, Gutenberg blocks, shortcodes, and Elementor widgets.Flexa Wishlist for WooCommerce is a complete, professional wishlist product — free.
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.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 (or pnpm run dev for a watched build)