Quote Originally Posted by fjbern1943 View Post
Hello,

I have a question. In my product feed is it possible to list more than one image in the v_products_image column?

If possible what would the entry look like? xxx.jpg,xx1.jpg or xxx.jpg:xx1.jpg, xxx.jpg;xx1.jpg ?

Thanks
Frank
The field can take whatever your store will be able to process provided characters are properly escaped.

For a default ZC store, the field contains the path to the base image that is then used to identify additional images. It is not the image itself, just a "pointer" to the location of the image. That pointer is then used in your store to complete the path to the picture.