Focused WordPress tools built to solve real problems.
We engineer small, high-leverage software for WordPress and WooCommerce stores. Single-purpose tools designed around verified operational workflows instead of bloated multi-feature suites.
Most plugins try to do everything.
We solve one problem properly.
The WordPress ecosystem is crowded with bloated, monolithic plugin suites that slow down admin screens, conflict with cache layers, and introduce unhandled edge cases. We take the surgical approach.
Single-Purpose Scope
Each plugin addresses exactly one operational problem. No upsell banners, no unwanted dashboard menus, and no background telemetry scripts.
Native Hooks Only
Operates strictly through official WooCommerce filters and CRUD APIs. Zero custom database tables. Full High-Performance Order Storage (HPOS) compatibility.
Mathematically Idempotent
State transitions are mathematically idempotent. An order can transition between statuses five times without creating phantom reductions or restoring ghost stock.
Privacy & Open Code
Distributed under the GNU GPLv2 license. You inspect the PHP source code. We never collect customer order data or track merchant behavior.
WooCommerce Stock by Order Status
Granular control over inventory decrements and restorations. Intercepts default WooCommerce stock triggers to align inventory actions with your real fulfillment workflow.
Order Status Stock Rules
| Reduce Stock Statuses Orders entering these statuses will decrement item inventory. |
✓ Processing (wc-processing)
✓ Completed (wc-completed)
Pending payment (wc-pending)
On hold (wc-on-hold)
|
|---|---|
| Restore Stock Statuses Orders entering these statuses will restore decremented inventory. |
✓ Cancelled (wc-cancelled)
✓ Refunded (wc-refunded)
Failed (wc-failed)
|
| Idempotent Safety Lock Verifies _order_stock_reduced flag before mutating stock. | ✓ Active (Prevents duplicate reductions across repeat hooks) |
Customer submits checkout with delayed wire or manual payment. Inventory remains available for other shoppers.
Funds verified. Plugin decrements stock quantity and tags the order with _order_stock_reduced.
Package dispatched. Stock is already reduced; safety lock prevents duplicate decrements.
Customer cancels. Plugin verifies prior reduction and returns exact quantities back to warehouse stock.
Before we ship, we test the workflow.
Every state transition, edge case, and storage mode is verified through our automated test suite before public release.
One focused tool at a time.
We do not maintain a bloated catalogue of 50 half-finished plugins. Building reliable WordPress tools requires exhaustive testing against WooCommerce versions, storage backends, and real merchant workflows.
We release a new tool only when it solves a genuine operational problem completely and cleanly.
Precision inventory timing control. Reduce on processing, restore on cancelled or refunded.
Selective engineering around common merchant bottlenecks. Released only after automated verification.
Take control of your WooCommerce stock timing.
Eliminate premature stock deductions and ghost inventory restorations. Single-site license for $39/year with continuous updates and developer support.