cancel
Showing results for 
Search instead for 
Did you mean: 

After product csv import => no new products - why?

After product csv import => no new products - why?

Hi guys,

 

I installed a Magento 1.9.x, put a theme on it, created categories and 2 example products.

I exported those two products as csv and added some new products out of my erp in to that csv file.

 

The export file created in the backend in english language differs from an export in german language.

In fact, fields like "msrp_enabled" have either "use config" (english) or "Konfiguration verwenden" (german) in it.

 

So, when I try to import a german-exported csv file on the english backend, it's not possible to import due to these errors:

 

        Invalid value for 'options_container' in rows: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34
        Invalid value for 'msrp_enabled' in rows: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34
        Invalid value for 'msrp_display_actual_price_type' in rows: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34
        
File is totally invalid. Please fix errors and re-upload file Checked rows: 34, checked entities: 34, invalid rows: 34, total errors: 102

Anyway, when I try to re-import a german csv into the german backend it says

 

    Überprüfte Zeilen: 651, überprüfte Datensätze: 533, Fehler gesamt: 0


    Datei ist gültig! Um den Import zu starten, klicken Sie auf "Import"  

(that means "Everythings fine, no errors, hit import").

 

So, when I hit Import, it works _very_ fast and throws a green status. BUT the products are NOT shown up under products, they aren't written into database either (checked with phpmyadmin) -_-

 

So, the import fails but says it's good? What's wrong? How can I fix that? Is there anywhere kinda logfile I could turn on to investigate that problem deeper?

 

Any help appreciated!