Skip to content
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

Fixed "additional_images" column validation for product import #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed "additional_images" column validation for product import #1

wants to merge 1 commit into from

Conversation

Yonn-Trimoreau
Copy link

When importing (for real), the character used to explode "additional_images" column is not the same as in validation.
Instead, the multiple value separator is used.

Here you can find the corresponding line for real import :

explode($this->getMultipleValueSeparator(), $rowData[$column])

When importing (for real), the character used to explode "additional_images" column is not the same as in validation.
Instead, the multiple value separator is used.

Here you can find the corresponding line for real import :
https://github.com/pepe1518/magento2/blob/2ee22c350530e97caf33a079bcad86cfe8b7da40/vendor/magento/module-catalog-import-export/Model/Import/Product.php#L1330
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant