Open B10-Max opened 5 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][]
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
both in the product detail admin panel and in the public area product detail page. Thanks in advanced