Like you I have thousands of products. We make the image file match the SKU number.
Product NT19432 has a picture file called NT19432.jpg that we have Shopsite create in three sizes.
Is there a way, Shopsite or Javascript, or ??? to look to see if the file exists on the server and if it does NOT exist on the server to display a file called blank.gif.
[if filename exists]
Do regular display of image
[else]
Display blank.gif
[endif]
Or just not display the file and do not display blank.gif
[if filename exists]
Do regular display of image
[endif]
This would reduced our [X] broken link images that are displayed when someone forgets to make a NT19432.jpg that is a blank. It would save a lot of time having to make these files for new products with no image.
And no we do not want to remove the ART#### from the graphic field, because when we do get an image we do not want to add data back in. New products are added from a datafile will all the pieces filled in ready to go.
All the best,
-Jon