-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magento 2.3.3 - Can't use product import with MSI modules disabled #261
Comments
The importer is granulated so that the product import executes many individual "steps". The MSI import is only one step of many. Also the importer can be overlaid in Magento manner, but it is based on Symfony. Instructions for own module for overlaying Smfony DI (or whole Observer) can be found here: Below I have the
|
In a workaround perspective I think it's perfect, |
Using last version of m2if and Magento 2.3.3 if you disable all modules MSI the product imports rase this exception:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento.inventory_source' doesn't exist
Ty for your support
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should not rase an exception if I choose to not use the new inventory modules (MSI).
The text was updated successfully, but these errors were encountered: