Description
WooCommerce does not email shoppers when a product is back in stock. Restock Mail does that one job, and shows you whether the mail actually left the server.
- Out of stock product: a form on the product page (“Notify me when back in stock”).
- You restock: waiters are emailed automatically (WooCommerce Action Scheduler, same system as order emails).
- WooCommerce Restock Mail: each signup is waiting, queued, sent, or failed, with the error if it failed.
- Send a test email from that screen before you open the waitlist.
- Unsubscribe link in every restock email (also List-Unsubscribe for Gmail). One click deletes that address from the list.
The plugin does not send mail through Shuudev. Mail goes out from the shop, with the shop’s WordPress / SMTP setup. If WordPress cannot send mail, the log says failed instead of pretending it worked.
Requires WooCommerce.
Installation
- Install and activate WooCommerce.
- Install Shuudev Restock Mail for WooCommerce (Plugins Add New, or upload the zip).
- Activate it.
- WooCommerce Restock Mail send a test email. If it fails, install an SMTP plugin (WP Mail SMTP, FluentSMTP, etc.) and test again.
- Put a product out of stock. The waitlist form appears on the product page.
FAQ
-
The restock email did not arrive
-
Open WooCommerce Restock Mail. If the row is failed, WordPress could not send mail. Configure SMTP on the site, use Send test email, then Retry.
If the row is queued, WooCommerce Action Scheduler has not run yet. On a normal shop it runs on its own (same as order emails). You can also use Send queued now.
-
Do I need to set up a server cron?
-
No. The plugin uses WooCommerce Action Scheduler. You do not add a crontab to install it.
-
Is this GDPR-friendly?
-
Shoppers type their email to ask for one restock notice. That address stays on your WordPress site, not on Shuudev’s servers. The restock email includes an unsubscribe link; clicking it removes the address from the list. Mention the waitlist in your shop privacy policy.
-
Does it work with variable products?
-
Yes. The form follows the selected variation when that variation is out of stock.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Shuudev Restock Mail for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Shuudev Restock Mail for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- First public release: waitlist, restock emails, send log, test email, unsubscribe.