firebearstudio / importexportfree

Improve default Magento 2 Import / Export features - cron jobs, CSV , XML , JSON , Excel , mapping of any format, Google Sheet, data and price modification, improved speed and a lot more!
https://firebearstudio.com/the-improved-import.html
Open Software License 3.0
180 stars 68 forks source link

Problem media gallery import Magento 2.3 #29

Open B10-Max opened 5 years ago

B10-Max commented 5 years ago

I am trying this module, I import from csv, unfortunately the media gallery is not imported .. In the csv layout as specified by Magento 2.3, I insert: base_image, base_image_label, small_image, small_image_label, thumbnail_image, thumbnail_image_label, additional_image, additional_image_label..I see all the images but the one in the media gallery is missing Cattura

both in the product detail admin panel and in the public area product detail page. Thanks in advanced

boehsermoe commented 4 years ago

I had the same problem and solved it by fix the storeId in https://github.com/firebearstudio/importexportfree/blob/3cec6d7f0b7e29223e39dba9b138af5b83dbf67e/Model/Import/Product.php#L528

Instead $mediaGallery[$rowSku][]

use

$mediaGallery[0][$rowSku][]