
內容簡介
Flexa Wishlist for WooCommerce 是一個專業的願望清單外掛,旨在提升購物體驗,讓使用者能夠輕鬆保存和管理商品,並且具備現代化的設計與功能。
【主要功能】
• 一鍵保存商品,提供即時反饋
• 支援訪客保存商品,無需註冊帳號
• 設計精美的願望清單頁面
• 從願望清單中輕鬆加入購物車
• 方便分享商品連結
• 零配置,預設美觀
外掛標籤
開發者團隊
② 後台搜尋「Flexa Wishlist for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
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 install
pnpm run build (or pnpm run dev for a watched build)
