Jump to content

Products import from csv


Recommended Posts

Hello again,

 

I got, I hope last problem, but a bit complicated:

 

I need to import quntities of products to presta db. I would like to have presta read csv file, where 2 columns: A) Code B) Quantity - then compare the code from csv to a product in presta db, if match then update quntity.

 

I looked at csv import options in presta backoffice and I do not see such an option there, not even a close one.

 

Please, if someone knows an easy way to do it, give me a hint.

Kindest Regards and thanks.

Link to comment
Share on other sites

Actually, if you use this 

 

 

ID;Name;quantity

 

It should only update products with matching ids, have you tried?  You need the name as it's a required field (but I didn't test with existing ones, it might even not be)

Link to comment
Share on other sites

×
×
  • Create New...