Multiple identical product images

While adding new products via the CSV import, its possible to assign the main and more than 1 additional images to a product. This works great.



Now, when I want to reassign a main image to a product, that is changed without a problem when uploading this via a CSV file. However, when I would like to add a new additional image, it always keeps the existing images - which is all right as well.



The above has resulted in some of our products displaying the same image twice or even three times, which makes the process a bit difficult.



Now I’m happy to download a CSV containing the images, revise it and upload the image information “from scratch”, but I dont know how to erase just the image URLs from all products.

Or, maybe less invasive, just remove any double or triple uploaded images.



I’m sure this was done before. Anyone?

[quote name=‘FiligreeStreet’]While adding new products via the CSV import, its possible to assign the main and more than 1 additional images to a product. This works great.[/QUOTE]



It Does ? additional image…great…How



Thanks

John

John,



copy this into a CSV file :



Product code;“Pair type”;“Thumbnail”;“Detailed image”

SNQ-002847;“M”;;“/home/filigree/public_html/images/backup/SNQ-002847_flat.jpg”

SNQ-002847;“A”;;“/home/filigree/public_html/images/backup/SNQ-002847-A_flat.jpg”



Basically, you can have more lines with “A” for “Additional”.



I thought I’d be asking the questions ;-)))