-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Need modification for Bulk Import since Magento 2.4.1 #9
Comments
@0-Sony ... thanks for reporting this issue. Can you try this solution and let me know if it works? In add
Let me know so I can release a new version |
Hi @srenon , you would need also to add new key/value in this array it's used here Regards |
@0-Sony ... This going to take a while for me to get set up and figure out. Since you already have a handle on this you are more than welcome to create a Pull Request and I will merge it in. |
Hello, I've got the same issue on same magento version. I've simply overrided Class Magento\CatalogImportExport\Model\Import\Product througth di.xml to add : And it's working fine on v2.4.1 CE. Regards, |
Magento version : 2.4.1
Edition (EE, CE, OS, etc): CE, EE
Expected behavior: bulk import works
Actual behavior: can't bulk import accessory product link type
Steps to reproduce:
Just import a csv file using the out of the box bulk import feature
Preconditions
Magento 2.4.1
php 7.4
Hi Magepal,
Currently working on Magento 2.4.1, you would need to update your module in order to make it working with this new Magento version.
The current patch needed for the import that you provide don't work anymore since the codebase has changed in Magento Core.
I suggest that you need to make a plugin to this method
\Magento\CatalogImportExport\Model\Import\Product\LinkProcessor::addNameToIds
in order to add your accessory product typeif you take a look on this class :
\Magento\CatalogImportExport\Model\Import\Product
you will see this from line 225 :
Regards.
The text was updated successfully, but these errors were encountered: