Linux 软件免费装
Banner图

RIACO Back In Stock for WooCommerce

开发者 prototipo88
更新时间 2026年8月3日 22:58
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce ecommerce waitlist back in stock notify me

下载

1.0.1

详情介绍:

RIACO Back In Stock for WooCommerce turns out-of-stock products into a waitlist instead of a dead end. When a product is out of stock, shoppers can leave their email address; when it's back, every subscriber is notified automatically. Most "notify me" plugins email subscribers with a plain foreach loop at request time, which risks failing or timing out partway through on a large list. This plugin instead queues each notification as its own background job (via WooCommerce's bundled Action Scheduler), so one slow send or one failure never blocks the rest of the list, and there's no single-request time limit to run into. Features Compatibility WooCommerce is in the process of building a native "Customer Stock Notifications" feature (currently unreleased/alpha-gated). This plugin automatically steps aside if that native feature is ever turned on for your store, so the two won't stack duplicate signup forms. Minimum Requirements

安装:

  1. Upload the riaco-back-in-stock-for-woocommerce folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to WooCommerce › Settings › Products › Back In Stock to enable/disable the feature.
  4. Go to WooCommerce › Settings › Emails › Back In Stock Notification to customize the subject and message.
  5. View the waitlist and export it as CSV from WooCommerce › Back In Stock.

屏幕截图:

  • WooCommerce settings tab — enable/disable the feature.
  • Email settings screen — customize subject and message.
  • Admin waitlist screen — filter, search, and export subscribers as CSV.

升级注意事项:

1.0.1 Recommended update: fixes a bug that could break the subscribers admin list/CSV export, plus security hardening. 1.0.0 Initial release — no upgrade required.

常见问题:

Does this work with variable products?

Yes. The signup form appears for the specific out-of-stock variation a shopper has selected, and only that variation's subscribers are notified when it's restocked.

My theme doesn't show the signup form — what can I do?

Some themes override WooCommerce's own single-product templates and skip the hook this plugin uses to render the form automatically. Use the [riaco_bis_form] shortcode instead — place it anywhere in a product description, a page, or a widget. It accepts an optional product_id attribute (e.g. [riaco_bis_form product_id="123"]); without one, it uses the product currently being viewed.

Can I turn the waitlist off for a specific product?

Yes. Edit the product, open the Inventory tab, and uncheck Enable back-in-stock waitlist. This works for both simple and variable products (it applies to all of a variable product's variations).

How are emails sent without timing out on a large list?

Each subscriber's email is queued as its own independent background action via Action Scheduler (bundled with WooCommerce). WordPress processes the queue across multiple background requests instead of one long loop, so a large waitlist, a slow mail server, or an individual failure never blocks the rest.

Can I customise the notification email?

Yes. Go to WooCommerce › Settings › Emails › Back In Stock Notification to edit the subject, heading, and message. The message supports {product_name}, {product_url}, {unsubscribe_url}, and {site_title} placeholders.

Is the plugin GDPR compliant?

The plugin integrates with WordPress's native Export Personal Data and Erase Personal Data tools (Tools › Export/Erase Personal Data), and adds suggested wording to Settings › Privacy. Erasing a subscriber's data permanently deletes their waitlist entries.

Can I require shoppers to accept my privacy policy before signing up?

Yes. Enable Require privacy policy consent under WooCommerce › Settings › Products › Back In Stock, and a checkbox is added to the signup form linking to the page set under Settings › Privacy. This is off by default.

Is the plugin compatible with WooCommerce HPOS?

Yes. The plugin declares full compatibility with WooCommerce High-Performance Order Storage (Custom Order Tables).

Does the plugin make remote HTTP requests?

No. The plugin never makes external HTTP requests.

Does the plugin have hooks for developers?

Yes. Every step of the signup, restock-detection, and notification flow fires a riaco_bis_* action or filter (for example riaco_bis_subscribed, riaco_bis_should_dispatch, riaco_bis_email_placeholders) that other code can hook into to extend the plugin's behavior. None of them change anything by default — they only matter if something else hooks into them.

更新日志:

1.0.1 1.0.0