DrByte:
I meant: change the products_image value in your database by removing the URL.
Zen Cart will take the products_image value and append it to '/images/' and use that as the relative URL for your images.
So:
a) products_image value of "randomimages/fred.jpg"
b) upload the physical image file to /yoursite/public_html/images/randomimages/fred.jpg (assuming your ZC is in public_html)
c) then Zen Cart will produce a URL of 'http://your_site.com/images/randomimages/fred.jpg'
on so if im importing products via easy populate and use the image url they give me, will i not have to change all the url's to http://your_site.com/images/randomimages/?
as there is over 23 thousand products and was hoping i could point it to a url and load a remote image?