FireGento_FastSimpleImport2
FireGento_FastSimpleImport2 copied to clipboard
This file does not contain any data.
Hi,
Using fastsimpleimport (demo), I can add product with no problem. I can then update first (using same data).
But all products "updated" losed attribute_set_id (value = 0 ) in table catalog_product_entity. Then, when I am trying to reimport, I have the message "this file does not contain any data".
Example of data :
$data[] = array(
'sku'=>$k['art_id'],
'attribute_set_code' => 'Default',
'name'=>$k['art_name'],
'price'=>$k['price'],
'short_description'=>$k['art_desc'],
'description'=>$k['art_desc_big'],
'product_type' => 'simple',
'product_websites' => 'base',
'status'=>$k['art_state'],
'product_type' => 'simple',
'product_websites' => 'base',
'product_online'=>1,
'url_key'=>$k['art_id_declinaison'] . $this->slugify($k['art_name']),
'qty'=>10,
'categories'=>"Default Category/$categories",
);