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

Images are not imported for configurable products #193

Open
pascaladriaansen opened this issue Jun 6, 2018 · 1 comment
Open

Images are not imported for configurable products #193

pascaladriaansen opened this issue Jun 6, 2018 · 1 comment

Comments

@pascaladriaansen
Copy link

Whatever I try, I can't get images to import for configurable products. In Akeneo, we have the following fields that are entered on the Product Model level:

  • image_1
  • image_2
  • image_3
  • ...up to image_10

These are my settings in Stores > Configuration > Catalog > Pimgento > Image:

Images are imported correctly for my simple products (or in Akeneo terms; variants).

I noticed that when I import the product_models.csv, the log never shows anything about importing media. It only shows that when importing products.csv. Looking at the code, I also can't find anything about importing media for product models / configurable products.

Am I doing something wrong or is importing media for configurable products not a feature of PIMGento?

@Skunk-y
Copy link

Skunk-y commented Jul 27, 2018

Hi,
It is normal that you do not import images at the configurable levels.
To import the attributs (Ex : images) at the configurable level, it is necessary to go up the attributes of the simple products on the configurable (mapping). To do this, go to Stores > Configuration > Catalog > Pimgento > Product and in the Configurable section:
In this section you have to put :

image_1 => "",
Image_2 => ""

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