avstudnitz/AvS_FastSimpleImport

Import Array not complete loaded

antonio2604 opened this issue · 1 comments

Hi, i have a problem, in my import array are many product arrays.
First 10 are simple product array and the last one is a configurable array.

After the import the $data array are not complete in the shop.
It is not the last one ore the first one that i missing, thats any one from the middle.

This array was imported
[41] => Array ( [sku] => BZ02_42_Black [_type] => simple [_attribute_set] => my [_product_websites] => base [name] => Baby T [description] => Text [short_description] => Textilien/Babykleidung/Baby Shirts & Hosen [price] => 4.26 [weight] => 0.072 [status] => 1 [visibility] => 1 [tax_class_id] => 1 [qty] => 99 [is_in_stock] => 1 [_media_attribute_id] => 88 [_media_image] => ../../colorlib/black.png [image] => ../../colorlib/black.png [small_image] => ../../colorlib/black.png [thumbnail] => ../../colorlib/black.png [_media_lable] => Black [_media_is_disabled] => 0 [bb_farben] => Black [bb_groesse] => 12-18 Mona [bb_material] => 100% Baumwolle Light Grey Melange: 97% Baumwolle / 3% Polyester [manufacturer] => Babybugz )

and this array not

[12] => Array ( [sku] => BZ02_13_Powder-Pink [_type] => simple [_attribute_set] => my [_product_websites] => base [name] => Baby T [description] => Text [short_description] => Textilien/Babykleidung/Baby Shirts & Hosen [price] => 4.26 [weight] => 0.061 [status] => 1 [visibility] => 1 [tax_class_id] => 1 [qty] => 99 [is_in_stock] => 1 [_media_attribute_id] => 88 [_media_image] => ../../colorlib/powder-pink.png [image] => ../../colorlib/powder-pink.png [small_image] => ../../colorlib/powder-pink.png [thumbnail] => ../../colorlib/powder-pink.png [_media_lable] => Powder Pink [_media_is_disabled] => 0 [bb_farben] => Powder-Pink [bb_groesse] => 6-12 Monat [bb_material] => 100% Baumwolle Light Grey Melange: 97% Baumwolle / 3% Polyester [manufacturer] => Babybugz )

But why??

Thanks for help :)

Hi i have found the problem.
it was the attribute bb_farben. The Color that i want to use wasn't in the Attribute value from the shop.