Quote Originally Posted by 524cw View Post
Now that I've got the additional images for my product, is there any way to indicate to the person shopping the site, looking at the subcategory page, that a product has more images? I'd like to put a short line of text like "More Pictures" or "More Colors Available" under the main product image on the subcategory page if there are additional images.

I've been playing around with statements like

PHP Code:
if ($num_images 0) echo ('<p>More Images</p>'); 
Honestly the way Zen Cart handles additional images is not altered at all by IH2 so this isn't as much of an IH2 question as it is a GENERAL Zen Cart question.. I suggest posting this in the appropriate place on the forum for such questions if you'd like to get assistance with how to execute this..