Agence-DnD / PIMGento

PimGento is a Magento extension that allows you to import your catalog from Akeneo CSV files into Magento.
Open Software License 3.0
110 stars 49 forks source link

Variant groups are not import into Magento by using PimGento #116

Closed kvancappel closed 8 years ago

kvancappel commented 8 years ago

Hi,

I created a configurable products in Akeneo (a variant group, for exemple : Nike Air Max (with 2 axes : color and size).

When I export variant groups from Akeneo (Akeneo CSV Connector > Export variant groups into CSV), it works. One variant group is found. When I download the CSV and open it, I can find the name of this variant group and the 2 axes used.

I import this file in Magento by using PimGento, no error.

I go into "system > configuration > pimgento > products", i choose yes for "Create configurable products", and select my two axis (color and size) into attributes of configurable products (then save ;-)).

I go back on Akeneo, make an export of the products (csv and files with images and other files).

First problem : I can't see my configurable product in the CSV (note : all my simples products are 100% completed, activated...) Second problem : I'm trying anyway to import the CSV into Magento by using PimGento, no error appears. But, when I go into "catalog > products, I don't find any configurable products.

Could you help me please ?

Thank you Kévin V.

nik736 commented 8 years ago

Hi Kevin,

can you screenshot your configuration under "system > configuration > pimgento > products" for me please? I have the same issue and maybe we can find the mistake there.

Thanks Niklas

kvancappel commented 8 years ago

Hi,

here is.

image

Kévin

nik736 commented 8 years ago

We have the exact same problem. I also don't see the configurable product in the CSV and after everything is imported I don't have a configurable product. The PIMGento setup looks more or less the same for me, maybe the mistake is that our Akeneo setup/export is not setup correctly?

kvancappel commented 8 years ago

Yes,

I tried again, still the same error -_-'

Kévin

nik736 commented 8 years ago

Hi Kévin,

if you havn't seen the post in the Akeneo forum already. The solution is just to enable it in PIMGento.

screen shot 2015-12-16 at 10 25 41

kvancappel commented 8 years ago

Hi,

thank you, it works.

Thank you very much, really.

Kévin

nik736 commented 8 years ago

I have another problem, when the configurable product is created it doesn't has a name even though the variant group in Akeneo has a Attribute "Name", do you have an idea what the problem could be?

kvancappel commented 8 years ago

Hi,

it's the same for me. I associated my pim_attribute_code with my magento_attribute_code (such as name), it doesn't work.

Sorry. I will study the subject later.

Kévin

nik736 commented 8 years ago

Hey Kévin,

just to let you know I got it running. I looked in my CSV (variants.csv) and there was "name-de_DE" and "name-en_US" instead of name. So I just added both to "Default configurable attributes values" in PIMGento Magento settings with an empty "Value".

Cheers Niklas

kvancappel commented 8 years ago

OK, thank you.

I will take a look.

Kévin