poland88 Posted July 10, 2010 Share Posted July 10, 2010 Hi! I have hundreds of products and each one has one image (image's name is a product code). How can I fast add images to all products? (it lasts hours to add images to each product, one by one) Link to comment Share on other sites More sharing options...
rocky Posted July 11, 2010 Share Posted July 11, 2010 Create a new directory on your server like upload/import, then upload all your images to that directory using FTP, then create a CSV file with the product ID (like 1) in one column and image URL (like http://www.yoursite.com/upload/import/yourimage.jpg) in the other, then go to Tools > Import, upload the CSV, then select "Product" under "Select which entity to import", then click "Next step", then make sure that "ID" is in the dropdown above the first column and "Image URLs (x,y,z...)" is above the second column, then click "Import" to import all the product images and automatically resize them. Note that if you have many images, it is likely the script will time out. If it does, find which row the script stopped at, then repeat the steps above, except enter the row number in the "Start from" field so it starts from that position. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now