Hi,
No way to import only one single product ... sku error ! My csv file is utf-8 without bom , it is ; separator ... everything seems ok, but MAGMI doesn't want to import this test product.
here are magmi settings :
Solved! Go to Solution.
Magento has the list of fields necessary for products creation and visibility.
You can try to add the following fields:
- visibility
- category
- websites
- status
- quantity
- is in stock
and other attributes that you have required (if you have created custom ones)
Here is the article on the required fields for Magento import:
Magento has the list of fields necessary for products creation and visibility.
You can try to add the following fields:
- visibility
- category
- websites
- status
- quantity
- is in stock
and other attributes that you have required (if you have created custom ones)
Here is the article on the required fields for Magento import:
Thank you for your answer
Problem was MAGMI configuration. USING MODE was " update " while I wanted to CREATE products ! This is why I got the " sku " error !
But you are right, I added visibility etc ...