We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We use Pimgento on a website with a lot of locales (~30) and due to #97 we split the import into several smaller ones (3 by 3)
Due to lines shown below, this implies that the last import will set admin values (which could provoke an incorrect local, see my comment in #37).
PIMGento-2/Product/Model/Factory/Import.php
Lines 643 to 645 in 5b298a7
I've overridden the method to delete those lines, which import perfectly fine, even in creation (assuming admin values are part of one of my imports).
The text was updated successfully, but these errors were encountered:
"Fix" doesn't work for global attributes. (non-scopable & non-localizable attributes in akeneo)... these attributes simply don't get insert/updated.
Sorry, something went wrong.
No branches or pull requests
We use Pimgento on a website with a lot of locales (~30) and due to #97 we split the import into several smaller ones (3 by 3)
Due to lines shown below, this implies that the last import will set admin values (which could provoke an incorrect local, see my comment in #37).
PIMGento-2/Product/Model/Factory/Import.php
Lines 643 to 645 in 5b298a7
I've overridden the method to delete those lines, which import perfectly fine, even in creation (assuming admin values are part of one of my imports).
The text was updated successfully, but these errors were encountered: