xpay✦ Commerce
Directory
WooCommerce plugins
Beltoft In-Stock Notifier for WooCommerce
Beltoft In-Stock Notifier for WooCommerce
Let customers subscribe to out-of-stock product notifications and automatically email them when items are back in stock.
5.0
(1 ratings)Will this break my store?
What the WordPress.org registry says about keeping Beltoft In-Stock Notifier for WooCommerce running.
Tested to 7.1
Tested against the WordPress branch in use today.11 days ago
At least 17.2 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.7.4
Your host must be running at least this version.5.8
woocommerce
These must be installed and active first.1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.Maintenance & trust
Scored on how Beltoft In-Stock Notifier for WooCommerce is looked after — not on how many stores run it.
Maintenance
35 / 35WordPress compatibility
20 / 20Support responsiveness
Not enough dataMerchant satisfaction
10 / 15Listing transparency
6 / 10Ratings
5.0
1 ratingBeltoft In-Stock Notifier for WooCommerce adds a subscription form to out-of-stock products so customers can leave their email and get notified when the product is restocked. Emails are sent using WooCommerce’s email template so they match your store’s design.
Key Features
- Subscription form on out-of-stock products — works with simple, variable, grouped, and external products.
- Variable products: form shows/hides automatically when selecting out-of-stock variations.
- Notifications sent via WooCommerce email templates — same look as your order emails.
- Email settings (subject, heading, on/off) under WooCommerce > Settings > Emails.
- Batch sending via Action Scheduler — handles thousands of subscribers without slowing down.
- Detects stock changes from admin, REST API, CLI, and ERP systems.
- Admin dashboard with stats and a manual “Send Notifications” button per product.
- Subscription list with search, filters, pagination, and bulk actions.
- One-click unsubscribe link in every email.
- Optional GDPR checkbox, honeypot spam protection, and rate limiting.
- Shortcode
[bisn_form]for custom placement. - Activity logging via WooCommerce logger.
How It Works
- Customer visits an out-of-stock product and enters their email.
- When the product comes back in stock, the plugin picks it up via WooCommerce hooks.
- Emails are queued and sent in batches — each one includes the product image, a “Shop Now” button, and an unsubscribe link.
- Custom hook available for CDN/Varnish cache purging if needed.
Configuration
Form Placement
- The form shows automatically on out-of-stock product pages.
- To place it yourself, disable auto-placement in settings and use
[bisn_form]or[bisn_form product_id="123"].
Email Template
- Uses WooCommerce’s email system — same header, footer, and colours as your other store emails.
- Customise subject, heading, body text, button text, and footer text under WooCommerce > Settings > Emails > Back In Stock.
- Use
{product_name}and{site_title}placeholders in any of these fields. - Override the template by copying
templates/emails/back-in-stock.phpto your theme’swoocommerce/emails/folder for more complex customisations.
Batch Sending
- Configurable batch size (default 50) and throttle between emails.
- If there are more subscribers than one batch, the next batch runs 60 seconds later.
- For low-traffic sites, set up a real system cron for reliable scheduling.
Hooks & Filters
Developers can extend the plugin:
bisn_form_html/bisn_form_fields/bisn_form_heading_textbisn_before_subscription/bisn_after_subscriptionbisn_validate_subscriptionbisn_before_notification_sent/bisn_after_notification_sent/bisn_after_batch_sentbisn_stock_status_triggers— customise which statuses trigger notifications (default: instock, onbackorder)bisn_cache_purge_product— fire custom cache purge logic (e.g. Varnish, CDN)
REST API (read-only)
For purchasing and demand-planning integrations, the plugin exposes one read-only endpoint that returns aggregate counts per product — never e-mail addresses or other personal data:
GET /wp-json/beltoft-in-stock-notifier/v1/subscribers?page=1&per_page=200
- Authentication: WooCommerce REST API consumer key/secret (the same scheme as
wc/v3, key needs Read permission) or any logged-in WordPress user. The user must have themanage_woocommercecapability. Unauthenticated requests receive HTTP 401. per_pagedefaults to 200, maximum 500. Products with no waiting subscribers, no notifications in the last 30 days and no signups in the last 365 days are omitted.- Each item contains
sku,product_id,variation_id(0 for simple products; for variationsskuis the variation’s own SKU),waiting(subscribers not yet notified — identical to the “Active Subscribers” count in the admin dashboard),notified_30d(subscribers notified in the last 30 days) andsignups(signup counts per UTC calendar day for the last 365 days, days with zero signups omitted).
Yes. The form appears when a customer selects an out-of-stock variation. The specific variation is tracked so the notification only sends when that variation is back.
Yes. It hooks into WooCommerce’s core stock events which fire regardless of how stock is updated.
Any. It sends through WooCommerce’s email system which uses wp_mail() — works with SMTP plugins, Amazon SES, SendGrid, etc.
Yes. They use WooCommerce’s email template — same header, footer, and styling as order emails.
Yes. The Dashboard tab has a “Send Notifications” button next to each product.
Every email has a one-click unsubscribe link. No login needed.
The sender checks stock before each batch. If the product is out of stock again, remaining emails are skipped.
WooCommerce and popular caching plugins already purge product pages when stock changes. The plugin also fires an bisn_cache_purge_product hook if you need custom purge logic (e.g. Varnish or a CDN).
Categories
Plugin details
Tags on WordPress.org
