Jump to content

Can't import csv to 1.5


Recommended Posts

Hello,

 

I have problem with importing things to Prestashop 1.5.

 

I've upload the CSV file and import it, BUT after it says that the import is finished I still can't see anything imported. I've tried to import, adresses, customers, products.... nothing work.

 

It looks like the files are correctly importet, but still I cant see them in the BO.

 

Any solution? Getting crazy with this issue.

 

Thanks for responding!

Link to comment
Share on other sites

Can you give an example of the CSV file?

 

Is it comma (,) separated or is it semi-colon ";" or something else. Are you making sure that whatever separates the fields in the CSv file is matched at the input stage

 

Always try with just one product first that eliminates any timeout issues you may have with a large file

Link to comment
Share on other sites

Can you give an example of the CSV file?

 

Is it comma (,) separated or is it semi-colon ";" or something else. Are you making sure that whatever separates the fields in the CSv file is matched at the input stage

 

Always try with just one product first that eliminates any timeout issues you may have with a large file

 

Yeah I've checked it at I use ";" in the file that I am going to import and it is set to ";" at the import CSV page aswell, so it matches...

 

Any other suggestions?

Link to comment
Share on other sites

I usually start with just one product, and only the absolute basic info. For example

name, price, quantity for jsut one product. If that works, then your system is fine

 

Remember though that quantity and price do not have units

 

So a CSV file that contains

 

Name Price Quantity

Product1 5.27 12

Link to comment
Share on other sites

×
×
  • Create New...