Hello,
We've all seen how to import new data from a CSV file. It works quite well.
My question today is how to use the same scheme (CSV file) to update stuff.
Let's say i have in my store 1000 products with all information in there (Name, sku, prices). Everything except photos.
But later i want to add the photos, so i create a new CSV file with two columns:
Column1: SKU
Column2: Image file
And then all the data.
How can i use this file to update all my products with their new photos?



Joined: 04/05/2008