Quote Originally Posted by poosk View Post
I'm really not a fan of the zen logic how to handle images.. What I'm trying to achieve is get rid of those annoying med and lrg extensions and only have productimage.jpg, productimage_detail.jpg, productimage_detail2.jpg etc.

- I wouldn't use large images at all.. only the medium sized product images
- Additional images could be changed via mouseclick (I know there is a mod for this but it does not work with IH2 - at least i don't know how)
- What I'd need IH to do is to create thumbs just for the product listings etc..

Any help on this matter would be really appreciated..
The best way to add additional images is using the actual Image Handler interface as it will rename your images appropriately.

Keep in mind that you must keep your "Main Image" names from being to similar:


  • productimage_1.gif and productimage_2.gif if assigned to two different products would give you an additional image on product 1 using product 2's image. They're too closely related, instead try the following.
  • greenproductimage_1.gif, blueproductimage_2.gif

Hope that makes sense.