Quote Originally Posted by mc12345678 View Post
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.
v_products_image refers to the main image and assumes the image is located in <website root>/images/ folder

if you organize your images INSIDE the /image folder, then you would add that to your image path

say your image is:

<website root>/images/books/bible.png

then you would put "books/bible.png" in your v_products_image column.

For multiple images, review the instructions here:

https://www.zen-cart.com/content.php...s-to-a-product

hope this helps