Magento 2 - Inventory Log by KiwiCommerce
Composer Installation
`cd path_to_the_magento_root_directory`<br />
composer require kiwicommerce/module-inventory-log
Command Line Installation
cd path_to_the_magento_root_directory
php bin/magento module:enable KiwiCommerce_InventoryLog
After install the extension, run the following command
`php bin/magento setup:upgrade`<br />
`php bin/magento setup
compile`<br />
`php bin/magento setup
deploy`<br />
`php bin/magento cache:flush`
Find More details on KiwiCommerce
Navigate to Product > Catalog and Click on edit link of the product
Click on Inventory log link and you shall have respective product inventory log grid.
You need to follow this path. Stores > Configuration > KIWICOMMERCE EXTENSIONS > Inventory Log
-Magento 2.4.6
-Magento 2.4.7
After enabling disabled extension using the command, admin/user will have to enable the extension again from the store configuration
Well unfortunately there is no formal way to contribute, we would encourage you to feel free and contribute by:
We love answering questions or doubts simply ask us in issue section. We’re looking forward to hearing from you!