importing multiple product images
-
I have a script that automates the creation of CSV files for bulk uploads of products.
Column with images with external urls looks like this (example): url.image1.jpg, url.image2.jpg, url.image3.jpg, url.image4.jpg, url.image5.jpg
There is no problem if I have all the images.Sometimes image1, image2 and image5 exist and image3 and image4 don’t exist. The script still creates urls for all 5 images even if image3 and image4 don’t exist. Upload of a product fails in this case.
Is there a way to upload a product with images when some images (3 and 4 for example) don’t exist but the script still creates a URL (that leads to no image)?
Is there a way to still upload images with valid urls while ignoring nonexistant urls?
Thanks in advance.
The page I need help with: [log in to see the link]
- The topic ‘importing multiple product images’ is closed to new replies.