Issue: https://issues.shopware.com/issues/NEXT-12479
By default, Shopware ties the "available stock" field on product level to the status of the order. If a client uses an external system for managing stock (e.g. ERP, inventory management system, ..), it can happen that the available stock will be reduced twice.
This plugin replaces the default "StockUpdater" and removes all ties to the order status.
Important: We've tested it only on Shopware 6.4 and for the use cases of our clients. Please test thoroughly before deploying it to production.
The recommended way is using composer:
$ composer require semaio/shopware-plugin-stock-updater-fix
If you encounter any problems or bugs, please create an issue on GitHub.
Any contribution to the development of shopware-plugin-stock-updater-fix
is highly welcome. The best possibility to provide any code is to open a pull request on GitHub.
MIT License. See the LICENSE.txt file for more details.