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

Problem media gallery import Magento 2.3 #29

Open
B10-Max opened this issue Mar 12, 2019 · 1 comment
Open

Problem media gallery import Magento 2.3 #29

B10-Max opened this issue Mar 12, 2019 · 1 comment

Comments

@B10-Max
Copy link

B10-Max commented Mar 12, 2019

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
Copy link

I had the same problem and solved it by fix the storeId in

$mediaGallery[$rowSku][] = [

Instead
$mediaGallery[$rowSku][]

use

$mediaGallery[0][$rowSku][]

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

No branches or pull requests

2 participants