WooCommerce Low Stock Dashboard
A simple WooCommerce dashboard for low stock, out-of-stock, and slow-moving products.
by Sealion Studios · github.com/javiersivack/store-low-stock-dashboard
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/javiersivack/store-low-stock-dashboard/archive/refs/heads/main.zipWooCommerce Low Stock Dashboard helps store owners quickly identify products that may require inventory attention.
Instead of manually reviewing product stock levels and sales activity, the plugin provides a single dashboard highlighting products that are out of stock, running low on inventory, have never sold, or have not sold recently.
Features
- View out-of-stock products in one place
- Identify products with low inventory levels
- Find products that have never appeared in a completed or processing WooCommerce order
- Find products with no recent sales activity
- Review inventory issues using a simple dashboard
- Filter products by issue type
- Configure low stock and inactive product thresholds
- Supports WooCommerce simple products and variations
- Lightweight, no external dependencies
- No custom database tables
The dashboard focuses on four inventory signals: out of stock, low stock, never sold, and no recent sales.
Installation
- Upload the
woocommerce-low-stock-dashboardfolder towp-content/plugins/. - Activate the plugin from the WordPress Plugins screen.
- Navigate to WooCommerce → Low Stock Dashboard.
Use Cases
Inventory Review
Quickly identify products that are running low on stock before they become unavailable to customers.
Product Cleanup
Find products that have never sold or have not generated sales recently and may need promotion, updates, or removal.
Store Monitoring
Use the dashboard as a simple inventory health check for your WooCommerce store.
Requirements
- WordPress 5.8 or later
- WooCommerce installed and activated
- PHP 7.4 or later
FAQ
Does this plugin require WooCommerce?
Yes. The plugin activates without WooCommerce, but inventory scans are only available when WooCommerce is active.
Does the plugin create database tables?
No. The plugin stores only its settings using the WordPress Options API.
What data is removed on uninstall?
The plugin removes its own settings (wlsd_settings) during uninstall.