808helmets:
Thanks for the reply.
I tried using filezilla and I am getting the same results.
When I go to categories and edit of one my products, the image name appears since it was uploaded through easy populate. After clicking preview, the product image does not appear.
However, when I go back to the product set-up page, click browse and add product image manually, and then go to preview page, the image finally appears.
I am not getting the image to appear unless I add through the product set-up page, regardless if the product links and file names are correct.
I uploaded through easy populate successfully, and all links and image folders are aligned. But, I am still not having success with images appearing.
Any suggestions?
I've just been assisting someone with a similar sort of issue, and when we went into it, we found that the core code of ZC was so heavily customized (a lightbox zoom feature had been embedded into a huge number of core files) that it was no wonder certain functions were not performing.
All that easy populate does is write the NAME of the file to the database. It just provides the PATH and image NAME. In a standard install of zencart, the php code references this line of text (because that's all it is really) from the database, and uses it to process the <img src> link to the relevant image.
If you are putting in the correct LOCATION in EP for your image files, AND you are sending the actual images up to the server via BINARY ftp, then the images should display.
I have a feeling you have some intricate customization (such as a lightbox feature), that seriously interferes with this standard behaviour. When you add an image via the product add/edit screen, there is probably some code sitting there that re-writes not only the images (some perhaps as thumbnails with a _th1 addition before the extension?), but their relative paths as well.
What image enhancing mods do you have installed - and how long have they been there? (Who put them there?)