| 开发者 | motylanogha |
|---|---|
| 更新时间 | 2026年7月14日 04:23 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
fetch request loaded with defer in the footer; the plugin adds no jQuery of its own. On variable products it hooks into WooCommerce's existing variation script so the form only appears once an unavailable variation is selected.
Accessibility was a first-class concern rather than an afterthought. The email field carries a visually hidden label, consent is a real required checkbox, and the success/error message is announced through an aria-live region while the form reports aria-busy during submission.
Subscriber data lives in a single {prefix}_restock_waitlist table that the plugin creates and version-tracks. Notifications fire on the woocommerce_product_set_stock_status hook, so there is no queue or background cron to run. Uninstalling drops the table and removes the plugin's options, leaving nothing behind.
Source and issues: https://github.com/wppoland/plogins-waitlist . Patches and bug reports are welcome there.
Features
wp_mail[restock_waitlist] shortcode or the Elementor "Waitlist Form" widgetyourtheme/restock/single-product/waitlist-form.php)plogins-waitlist folder to /wp-content/plugins/.Yes. Plogins Waitlist is a WooCommerce extension and requires WooCommerce 8.0 or later. It will show an admin notice and stay inactive if WooCommerce is missing or out of date.
When WooCommerce sets a product's stock status to instock, Plogins Waitlist sends a plain-text email to every pending subscriber for that product (and its parent, for variations) using your site's own WordPress mailer (wp_mail). Subscribers who are emailed successfully are marked as notified so they are not contacted twice.
Yes. Choose options in the standard WooCommerce variation form first. When the selected variation is out of stock or on backorder, the waitlist form appears and the subscription is stored for that specific variation.
Yes by default. You can restrict signups to logged-in customers by unchecking Allow guest subscriptions in WooCommerce → Plogins Waitlist.
Yes. Logged-in customers see a Waitlists tab under My Account with active subscriptions, current stock status, and a button to leave each list.
Every signup requires the shopper to tick an explicit consent checkbox before they can join the waitlist; the form will not submit without it. Subscriber emails are stored only in a custom table in your own WordPress database and are never sent to any external service. You are responsible for the wording of your consent label and your site's privacy policy.
Yes. From WooCommerce → Plogins Waitlist → Subscribers you can view subscribers, filter by product, and export the list as CSV.
No. The form is submitted with a vanilla-JavaScript fetch call and the result is announced in an aria-live region, so the page stays put. Plogins Waitlist loads no jQuery for this; on variable products it does rely on WooCommerce's own variation script to know which variation is selected.
Yes. This plugin is compatible with WordPress Multisite. Network activate it or activate it on individual sites; each site keeps its own settings and data.
[restock_waitlist] shortcode to place the waitlist form manually (optional id attribute to target a specific product).