Ok, I've gone over this time and time again and I STILL can't figure out why the product image is not showing on the individual product pages. I've re-uploaded appropriate unedited zencart files to the site, one by one. Still no change to the situation.
The thumbnail shows on product listing pages.
The larger image shows when you click to enlarge the image.
The http://174.121.38.162/~fordbare/index.php store is using the same template as the http://www.aaglockshop.com store for the individual product pages ... literally - I uploaded the file straight-up, no cut/paste or editing.
With or without IH 2 or 3 ... the problem persists. Right now, there is no IH added.
If I move the image sub folders (ie, images/mirrors, images/accessories) to the images/medium folder - the product image then shows, but the thumbs and larger image do not. It's like I can only have one or the other.
Also, additional images are not showing, even though the code for it was left intact in the tpl_product_info_display.php file. All the appropriate additional image files are intact.
I'm at a complete loss.
Page source for the individual product pages shows the following javascript:
Code:
<script language="javascript" type="text/javascript"><!--
document.write('<a href="javascript:popupWindow(\'http://174.121.38.162/~fordbare/index.php?main_page=popup_image&pID=275\')"><img src="images/medium/accessories/FKB03.jpg" alt="Key Blank - Ignition-Door - 65-66 Mustang" title=" Key Blank - Ignition-Door - 65-66 Mustang " width="150" height="0" /><br /><span class="imgLink">larger image</span></a>');
//--></script>
How can I tell it NOT to look into the /images/medium/ folder for the product image? Or is there something in Admin configuration I can do?