Your images are coming up with a display-height of 0. That's why they're not showing.
[FONT="Courier New"]<img src="images/s_women/SPLENDOR.jpg" alt="SPLENDOR" title=" SPLENDOR " width="125" height="0" />[/FONT]
This can happen for a few reasons:
- bad image files ... perhaps they're not really jpg files even though they've been named as such
- your admin settings for images is set to use 0 height (although 0 usually means to auto-determine height, not to use '0' specifically). What have you changed for images settings via the admin?
- you have addons installed which have changed the normal calculation logic used by Zen Cart to size images. What addons do you have installed?
You may have to compare your code vs the original code and find out what pieces are broken. http://www.zen-cart.com/wiki/index.p...Obscure_Issues