This is an info Alert.
xpay
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. 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.

10+ active installs
5.0
(1 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Beltoft In-Stock Notifier for WooCommerce running.

WordPress compatibility
Tested to 7.1
Tested against the WordPress branch in use today.
Last updated
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.
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
5.8
Requires other plugins
woocommerce
These must be installed and active first.
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

10+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Beltoft In-Stock Notifier for WooCommerce is looked after — not on how many stores run it.

Well maintained
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 3 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.1 (current).
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
10 / 15
5.0/5 across 1 rating(s).
Listing transparency
6 / 10
Provides: description, homepage
1 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-09-12 from the WordPress.org plugin registry.
Ratings

5.0

1 rating
5★1
4★0
3★0
2★0
1★0
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

Beltoft 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

  1. Subscription form on out-of-stock products — works with simple, variable, grouped, and external products.
  2. Variable products: form shows/hides automatically when selecting out-of-stock variations.
  3. Notifications sent via WooCommerce email templates — same look as your order emails.
  4. Email settings (subject, heading, on/off) under WooCommerce > Settings > Emails.
  5. Batch sending via Action Scheduler — handles thousands of subscribers without slowing down.
  6. Detects stock changes from admin, REST API, CLI, and ERP systems.
  7. Admin dashboard with stats and a manual “Send Notifications” button per product.
  8. Subscription list with search, filters, pagination, and bulk actions.
  9. One-click unsubscribe link in every email.
  10. Optional GDPR checkbox, honeypot spam protection, and rate limiting.
  11. Shortcode [bisn_form] for custom placement.
  12. Activity logging via WooCommerce logger.

How It Works

  1. Customer visits an out-of-stock product and enters their email.
  2. When the product comes back in stock, the plugin picks it up via WooCommerce hooks.
  3. Emails are queued and sent in batches — each one includes the product image, a “Shop Now” button, and an unsubscribe link.
  4. 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.php to your theme’s woocommerce/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_text
  • bisn_before_subscription / bisn_after_subscription
  • bisn_validate_subscription
  • bisn_before_notification_sent / bisn_after_notification_sent / bisn_after_batch_sent
  • bisn_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 the manage_woocommerce capability. Unauthenticated requests receive HTTP 401.
  • per_page defaults 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 variations sku is 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) and signups (signup counts per UTC calendar day for the last 365 days, days with zero signups omitted).

Does it work with variable products?

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.

Does it pick up stock changes from the REST API or ERPs?

Yes. It hooks into WooCommerce’s core stock events which fire regardless of how stock is updated.

Which email providers does it work with?

Any. It sends through WooCommerce’s email system which uses wp_mail() — works with SMTP plugins, Amazon SES, SendGrid, etc.

Do emails match my store’s design?

Yes. They use WooCommerce’s email template — same header, footer, and styling as order emails.

Can I send notifications manually?

Yes. The Dashboard tab has a “Send Notifications” button next to each product.

How do customers unsubscribe?

Every email has a one-click unsubscribe link. No login needed.

What if the product sells out again before all emails go out?

The sender checks stock before each batch. If the product is out of stock again, remaining emails are skipped.

Does it handle cached pages?

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
Email & SMS
Plugin details
Version1.3.0
Last updated2026-09-09 6:27am GMT
Added2026-03-14
Requires WordPress5.8
Tested up to7.1
Requires PHP7.4

Tags on WordPress.org
back in stock
notification
restock
waitlist
woocommerce
Alternatives
Other plugins in the same categories.
YayMail – WooCommerce Email Customizer
50K+ installs
4.8(291)
Jetpack CRM – Clients, Leads, Invoices, Billing, Email Marketing, & Automation
30K+ installs
4.3(152)
Email Subscribers & Newsletters – Email Marketing, Post Notifications & Newsletter Plugin for WordPress
50K+ installs
4.6(1,169)
FunnelKit Automations – Email Marketing Automation and CRM for WordPress & WooCommerce
20K+ installs
5.0(346)
Email Marketing for WooCommerce by Omnisend
40K+ installs
4.9(168)
Email Marketing for WordPress and WooCommerce – Retainful
500+ installs
5.0(35)
xpay

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy