Jump to content

Strange behavior by importing csv to multishop


Recommended Posts

I have make a copy of the live System to my locac development-enviroment.

 

First thing, which is really strang... if I submit the job to import a csv, the error-logs show this message countless times:

 

 

 Please install an MTA on this system if you want to use sendmail!

 

 

 

Seems that the import-tool try to send a mail for each single row in the csv that should be imported. 

No wonder, why a import of a short csv-file need so much time.

 

 

Now my real Problem.

I've downloaded the example-csv, remove some columns and fill the rest with my data.

Last column is "ID / Name of shop".

 

I've looked in the Backend to the multishop section and see in the Listing of available shops the ID 3 in front of the needed shop.

 

So i put the 3 to the last Column for each Line in my csv.

Than i do the import, but all the files are saved in shop 2 instead of shop 3

 

After import, i got this messages:

 

 

 2 Errors 

No Name (ID: No ID) kann nicht gespeichert werden
Property Product->name is empty

 

and

 

 

214 Warnings

Rewrite Link für A1458 (ID: null) was rewritten to a1458.
Rewrite Link für PRMA1C24 (ID: null) was rewritten to prma1c24.
Rewrite Link für IRF533 (ID: null) was rewritten to irf533.
Rewrite Link für IRF833 (ID: null) was rewritten to irf833.
Rewrite Link für AT90S4414 (ID: null) was rewritten to at90s4414.
Rewrite Link für A4514V (ID: null) was rewritten to a4514v.

 

If i choose the Shop in the Drapdown above, and ignore the last column, the Data was imported in the right shop.

 

 

Link to comment
Share on other sites

×
×
  • Create New...