

The waitlist form on an out-of-stock product, where a shopper leaves their email and ticks the required consent box to be notified when it returns.
Plogins Waitlist adds a waitlist form to out-of-stock WooCommerce products. A shopper enters their email, and when you set the product back to “In stock”, Plogins Waitlist emails everyone waiting through your site’s own WordPress mailer. There is no external service, no account to sign up for, and nothing leaves your database.
The form is rendered in PHP on the single-product summary, where it sits in the normal page flow rather than being injected after load, so it does not shift surrounding content. Submitting it runs a small vanilla-JavaScript 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. A restock queues the mailing and sends it in batches on WordPress’s own cron, so the request that changed the stock is not held open while the emails go out. Uninstalling drops the table, removes the plugin’s options and unschedules any batch still waiting, leaving nothing behind.
Source and issues: github.com/wppoland/plogins-waitlist . Patches and bug reports are welcome there.
Features
wp_mail[restock_waitlist] shortcode or the Elementor “Back-in-Stock Waitlist” widgetyourtheme/restock/single-product/waitlist-form.php)More free WooCommerce plugins from WPPoland:
Browse the full catalogue at plogins.com/ .
Reporting a security issue: email [email protected], and under our coordinated disclosure policy we confirm within two business days, assess within five, and patch a critical issue within seven days of confirming it.
The free edition is the complete back-in-stock waitlist. Plogins Waitlist PRO adds demand insight and automation:
Everything in the free edition stays free and open. Plogins Waitlist PRO starts at 29 EUR per year, billed in EUR.
Compare editions and pricing: plogins.com/plogins-waitlist-pro/pricing/
Plogins Waitlist does not connect to any external services. Back-in-stock notification emails are sent through your own site’s WordPress mailer (wp_mail); subscriber data stays in your WordPress database.
Plogins Waitlist is fully translatable and ships the plogins-waitlist.pot template. Translations are delivered by WordPress.org language packs from translate.wordpress.org, which is where Polish, German and Spanish are being contributed; the package itself carries no compiled translation files.