-
Notifications
You must be signed in to change notification settings - Fork 59
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
Localized product attributes are not imported correctly #37
Comments
Hi, Thanks for report. We will fix this on Monday June 20, 2016. |
Hi, This has been fixed in release 100.0.11 We need default column for store 0 but we were looking for "ecommerce-de_DE" instead of "de_DE-ecommerce". So values for store and admin were not setted correctly. |
Is it ok for you? |
Unfortunately not! Of course you have found a bug but does not solve my problem. The localized fields (name, description and price) are blank after import. The error is at the lines 488 and 496. I have a fix which is not so good: Line 488:
and line 496:
This solves my problem but it's not correct because other localized fields will be ignored. |
I don't know if the test case is exactly the same or not, but here is my issue :
EDIT : it seems the problem is a little more complex... |
I can confirm that this issue still exists. Investigating a fix... |
Hi, This issue has been corrected with MR #116 You can install last release :) |
THE FIELD "DESCRIPTION-EN_US-ECOMMERCE" DOES NOT EXIST |
My csv file contains columns like
during import "columPrefix" which exists more than one time (description, name, price,...) the values array gets overriden with the next column in the foreach loop. So the values array takes always the last column. In my example my values array contains
My magento shop setup is localized with "de_DE".
The text was updated successfully, but these errors were encountered: