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

This file does not contain any data. #67

Open
nervusdm opened this issue Jan 9, 2018 · 0 comments
Open

This file does not contain any data. #67

nervusdm opened this issue Jan 9, 2018 · 0 comments

Comments

@nervusdm
Copy link

nervusdm commented Jan 9, 2018

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",

   );
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

1 participant