Shop Stock Controls
Reorder alerts on the WP admin dashboard + per-order purchase limits for WooCommerce
by Islandboy · github.com/islandboymv/shop-stock-controls · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/islandboymv/shop-stock-controls/archive/refs/heads/main.zipFrom the readme
WC requires at least: 7.0
WC tested up to: 10.8
Reorder alerts on the admin dashboard plus per-order purchase limits for
WooCommerce products.
Two inventory guardrails in one small plugin:
1. "Reorder needed" dashboard widget
Lists every stock-managed product whose quantity is at or below its reorder
point, with SKU, current stock and threshold, sorted lowest first, with a
count badge in the widget title. Out-of-stock items are highlighted in red.
The reorder point is WooCommerce's own low-stock threshold, so it is already
editable in both places you'd expect:
Per product: Product data → Inventory → "Low stock threshold"
Store-wide default: WooCommerce → Settings → Products → Inventory →
"Low stock threshold"
The list is computed with two plain SQL queries against the product lookup
table (no product objects) and cached for 15 minutes; any stock change or
product edit clears the cache immediately.
2. Per-order purchase limit
Caps how many units of any one product a customer can buy in a single order.
Store-wide default: WooCommerce → Settings → Products → Inventory →
"Max quantity per order" (blank = no limit)
Per product override: Product data → Inventory → "Max
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v0.3.3 | Aug 18, 2026 |
| v0.3.2 | Aug 18, 2026 |
| v0.3.1 | Aug 18, 2026 |
| v0.3.0 | Aug 18, 2026 |
| v0.2.0 | Aug 18, 2026 |
| v0.1.1 | Aug 18, 2026 |
| v0.1.0 | Aug 18, 2026 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.