php - magmi not connecting simple products with configurable -


we have webshop in magento, using magmi import products. got products imported. there configurable product other simple products below it.

im importing simple first configurable products.
enabled plugin configurable item processor.

        [sku] => 00000001ai.100         [name] => name         [brand] => somebrand         [price] => 187.93         [description] => descript         [short_description] => short_description         [categories] => category         [simples_skus] => 00000001ai.100-zwart-34,00000001ai.100-zwart-36,         [type] => configurable         [attribute_set] => producten         [visibility] => 4         [is_in_stock] => 1         [manage_stock] => 1         [status] => 1 

simple products created first.

extra information

  • im using magmi datapump
    use array's build import en inject magmi ingest function.

you're missing configurable_attributes field/column.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -