Welcome to Catalog Tips
Search more than 200 articles to learn more about creating and automating your product catalogs
Tip: Start typing in the input box for immediate search results.
DOESIMAGEEXIST – Test for existence of image
Overview
This Custom Field returns TRUE if an image exists within a folder location (set using Field Options > Picture Content > Location) as defined by the given field.
Syntax
DOESIMAGEEXIST(ImageRef)
Element | Description |
---|---|
ImageRef | A given field. |
Example
DOESIMAGEEXIST(‘ProductImage’)
If image names are located in the ‘ProductImage’ field, this Custom Field will return TRUE if the image itself can be found within the specified folder. If no image is found within the folder, it will return FALSE.
See also
N/A