-
Notifications
You must be signed in to change notification settings - Fork 78
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
Fix class NestedArrayAdapter in method convertToArray #98
Comments
@EliasKotlyar, since you wrote the
In which case does that lead to valid data? In my case, I simply try to import a product with the following attribute:
However, this currently leads to @avstudnitz, any experiences / thoughts? |
@EliasKotlyar @avstudnitz mind giving feedback here? Thanks! |
I think I never used the |
I agree with @avstudnitz. Havent been using that import/export feature a lot. Regarding this Problem: It seems that m2 expects this data-structure. So this "sprintf" is a dirty hack for generating it. It might have changed in newer magento2 versions. When it was developed(for m2 beta), it was "state of the art". Cannot tell you what exactly the "state of the art" is now, because i havent been using m2 for more than 2 years. |
This is my solution and work for me ;)
Model/Adapters/NestedArrayAdapter.php
The text was updated successfully, but these errors were encountered: