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

Import configurable product => product name empty #188

Open
stathis88k opened this issue May 4, 2018 · 2 comments
Open

Import configurable product => product name empty #188

stathis88k opened this issue May 4, 2018 · 2 comments

Comments

@stathis88k
Copy link

Preconditions

Magento 2.2.3

Steps to reproduce

  1. Import variants csv
  2. Import products csv

Expected result

Configurable products are created and associated with the simple products that have configurable product as parent and have all their attributes set (name, price)

Actual result

The name of the configurable product is always empty.
No products are linked to the configurable product (because of required field name?).

Explanation

I tried to add the variants and the products as specified by the documentation.
The configurable products are added to the variants table.
The simple products are imported correctly with all of their info.
But the configurable product name remains empty and there are no products linked to it (the products that have the configurable product as parent). There was a problem also with the price of the configurable product but after mapping the column in configuration this one worked.
Tried also with the dummy data provided here on the repo and I get the same result.
The configuration I have on admin is:
Attribute mapping Pim Magento
custom_name_column name
price-EUR price

Configurable Attribute Value
custom_name_column
price-EUR

@dnd-derwent
Copy link
Contributor

Hi @stathis88k
With the file provided in the Pimgento module, you have to enable Pimgento_VariantFamily and import its file after importing variants.
If you are using Akeneo2, you also have to do that in order to have your simple products linked to their parents.
Can you try this and tell me if it works for you ?

@Codmic
Copy link

Codmic commented May 17, 2018

I think you should leave the value colomn empty (in the configurable product mapping) and only enter the colomn name that you specified in your CSV. I also had the same problem and found the solution here: #165

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

3 participants