Linux 软件免费装
Banner图

Category Notifications for WooCommerce

开发者 jonashjalmarsson
更新时间 2026年8月14日 04:37
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

inventory stock notification low stock email out of stock alert supplier notification

下载

2.1.0 2.3.0 2.2.0 2.2.1 2.3.1

详情介绍:

WooCommerce sends every low-stock and out-of-stock email to one store-wide address. If you have more than one supplier, warehouse or category owner, that address belongs to someone who has to forward the alerts by hand — or ignore them. This plugin adds rules. Pick one or more product categories, list the email addresses that should hear about them, done. When a product in those categories hits low stock or sells out, those addresses get the mail. Everyone else stays quiet. What people use it for Categories are hierarchical, so a rule on a parent covers everything under it — and you can exclude a sub-category that belongs to someone else. Variable products use the parent product's categories, so per-variation stock works too. Features How it works
  1. Configure rules at WooCommerce → Category notifications: pick one or more include categories, optionally pick sub-categories to exclude, and enter the email addresses that should be notified.
  2. When a product reaches low stock or sells out, the plugin checks the product's categories (and parent categories) against your rules.
  3. Matching rules fire and their email addresses receive a clear notification with the product name, current stock, and a link to edit the product.
This runs on top of WooCommerce's existing low-stock / out-of-stock hooks, so it respects all your normal stock-notification settings (thresholds, manage-stock, etc.).

安装:

  1. Upload the plugin folder to /wp-content/plugins/, or install via the Plugins → Add New screen in WordPress.
  2. Activate Category Notifications for WooCommerce through the Plugins menu.
  3. Make sure WooCommerce is active and that stock management and low-stock / out-of-stock notifications are enabled in WooCommerce → Settings → Products → Inventory.
  4. Go to WooCommerce → Category notifications to add your rules.

屏幕截图:

  • Adding a new rule with multiple include categories and sub-category excludes.
  • Example low-stock notification email received by a category recipient.

升级注意事项:

2.3.1 The Pro upgrade box now includes a direct download link for the Pro add-on, next to the existing link to its plugin page. Plain links only — nothing is installed or downloaded for you, and no external server is contacted. 2.3.0 Free plugin now focuses on category notifications only. Pro purchase and license flow moved to the Pro landing page and the Pro plugin's own License tab. Existing Pro installs keep working unchanged. 2.1.0 Renamed plugin slug, hardened settings save, tested up to WP 6.9. Existing rules migrate automatically. 2.0.2 Developer extension hooks for add-on plugins. 2.0.1 Declares HPOS compatibility. 2.0.0 Multi-include, sub-category excludes, select2 UI, hierarchical dropdown, variation fix.

常见问题:

Does this replace WooCommerce's built-in stock notifications?

No. The store-wide WooCommerce notification still goes out as normal. This plugin adds extra recipients on top of that, filtered by category.

What happens if a product belongs to multiple categories?

All matching rules fire. Each rule's email addresses receive one notification per stock event. Duplicate addresses across rules are de-duplicated, so each recipient only gets one mail per product per event.

Can I exclude specific sub-categories from a rule?

Yes. Each rule has an optional "Exclude categories" field where you can pick one or more categories to skip. This is useful when you want a parent-category rule to cover most of its branch but skip specific sub-categories that are handled by a different recipient. The exclusion is hierarchical too — excluding a category also covers its descendants.

Can a single rule match multiple categories?

Yes. The "Product category" field is a multi-select. One rule can include several categories, share the same email recipients, and share the same exclude list — useful for grouping several product lines under one supplier.

If I set a rule on a parent category, does it cover child categories too?

Yes. The plugin walks the full category tree. A rule on a parent category automatically covers all its descendants, regardless of how deep the hierarchy goes.

Does it work with variable products?

Yes. When a variation triggers a low-stock or out-of-stock event, the plugin uses the parent product's categories to match against your rules. This means you only configure categories on the parent product, as you normally would in WooCommerce.

Will recipients get an email for every product they don't care about?

No. A recipient only gets emails for products in categories that match their rule. If you want a recipient to get notifications for the whole store, just add a rule on a top-level category that contains everything.

How are emails sent?

Through WordPress's standard wp_mail() function. If you have an SMTP plugin (such as WP Mail SMTP, Post SMTP, FluentSMTP), it will be used automatically.

Does this plugin store any personal data?

The configured email addresses are stored in the WordPress options table (jcnwc_rules). No customer data is collected. No external services are contacted. No telemetry.

Can I translate the plugin?

Yes. Use the jalma-category-notifications-for-woocommerce text domain. Swedish (sv_SE) is included. Pull requests for more translations are welcome.

更新日志:

2.3.1 2.3.0 2.2.1 2.2.0 2.1.2 2.1.1 2.1.0 2.0.2 2.0.1 2.0.0 1.0.0