You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2019. It is now read-only.
I try to import product by magento2 import product option by CSV. I have all product image same name. I create folder for every product image and I upload it media/import directory and try to import my product but magento use only 1st image for all other product. It does not upload my other same name images.
Preconditions
Magento 2.1.0
PHP-7.0.12
Server: NGINX
Ubuntu 16.4
MYSQL -5.6
Steps to reproduce:
Create A CSV File for import by same name image within multi directory
Upload file in pub/media/import directory with directory
Login Backend
Got to setting >> import
Select "Entity Type" Product
Select "Import Behavior" Add/Update
Upload CSV File
Click Button "Check Data "
Click "Import"
Import will be successful but it will be upload only first image and skip all other same name image
Expected result
After Enable Rename . It should not rename due to every image belong in different directory