| 开发者 |
oacstudio
conschneider |
|---|---|
| 更新时间 | 2026年7月17日 00:36 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
stock-control.zip to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.Everything that goes through WooCommerce's stock hooks: edits made on the Stock Overview screen, the product edit screen, other plugins, and automatic changes such as order stock reduction. Changes without a logged-in user (orders, cron, API) show "System" as the user.
That is WooCommerce core behavior: while stock is managed, WooCommerce derives the status from the quantity and the backorder setting on every save (the product edit screen hides the status field entirely in that case). The Stock Overview greys the status dropdown out for managed rows. Uncheck "Manage stock?" to set the status by hand.
Users with the manage_woocommerce capability - shop managers and administrators.
Yes. The plugin only touches products, never orders, and declares HPOS compatibility.
Yes. Variations appear as their own rows on the Stock Overview, and variation stock changes are logged.
Deactivating keeps everything. Deleting the plugin (uninstall) drops the stock log table and removes all plugin options.
manage_woocommerce capability. In 1.0.0 any logged-in user could change stock data. The AJAX credentials are also no longer printed on every admin page, only on the Stock Overview screen.manage_woocommerce), no longer administrators only.Requires Plugins), HPOS compatibility declared, uninstall now removes the log table and all options, minimum versions WordPress 6.5 / PHP 7.4 / WooCommerce 9.5, indexes added to the log table.