Closed JelleGe closed 3 years ago
This should be fixed now with version 4.2.1 https://github.com/yireo/magento2-replace-all/blob/magento-2.4.2/composer.json#L127 Out of interest, are you going into production with this? This package is meant as a validation package, but there are few people that actually use it in production ...
Thanks! That indeed solved the issue. Yes we are gonna use it in production, because we really hate the Magento Inventory module, especially the requirements to ship an order and the check for stock at the same time.
Ok, but note that this specific repository removes about 3x more than just the inventory. For the inventory, there is a separate package - just follow the READMEs.
We face the following issue on M2.4.2 when we running the
bin/magento setup:di:compile
command.And it also seem that this pack is missing some elements that can be find in the individual packs, like
magento/module-inventory-wishlist
for example.