
外掛標籤
開發者團隊
② 後台搜尋「Lime Stock Watchlist for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
Lime Stock Watchlist lets customers subscribe to back-in-stock email notifications directly on your WooCommerce product pages. When you restock a product, subscribers are notified automatically via Action Scheduler — no third-party service required.
More free WooCommerce plugins at limewoo.com.
Core features
Subscribe form on out-of-stock single product pages — inline or popup display mode
Optional: show subscribe forms on shop / category / search archive pages
Full variable product support — per-variation subscriptions and notifications
Optional name field (configurable; can be required)
Subscription confirmation email sent immediately on sign-up
Automatic back-in-stock email notification via WooCommerce Action Scheduler
Unsubscribe link in every notification email
Backorder subscribe option — accept subscriptions on backorder products
Admin
Subscribers tab: view by subscriber or by product, with drill-down into individual products
Stats bar: Total / Watching / Notifying / Notified / Unsubscribed / Failed
Failed notification state with one-click resend from the admin
Single and bulk subscriber delete
Per-product enable/disable override (WooCommerce Product Data tab)
Settings & customisation
Master on/off toggle
Customise form title, button label, success/duplicate/error messages
Configure sender name and address for all outgoing emails
Customise confirmation and back-in-stock email subject, body, and footer
Email shortcodes: {product_name}, {product_url}, {subscriber_name}, {subscriber_email}, {site_name}
Full style control: button colour, text colour, border-radius, padding; input border colour, radius, padding; heading colour; success and error message colours
Style preview updates live in the React admin UI
Technical
HPOS (High-Performance Order Storage) compatible
Block cart and block checkout compatible
Subscriber data stored in a dedicated {prefix}lime_watchlist database table — no external service
React-powered admin interface (Gutenberg components + TanStack Table)
Requires WooCommerce 8.0+
Development
The plugin’s JavaScript and CSS are compiled from source. Full source code is on GitHub:
https://github.com/Limewoo/lime-stock-watchlist
To build from source:
Clone: git clone https://github.com/Limewoo/lime-stock-watchlist.git
Install dependencies: bun install (or npm install)
Production build: bun run build
Watch mode: bun run start
Source files live in src/. Compiled output goes to build/. Do not edit build/ directly.
