Quote Originally Posted by climax007 View Post
If someone still has problems with ZenCart 1.3.7.1, ImageHandler 2.0 and Zen Lightbox 1.4 here is what i did to fix it:

locate the file "additional_images.php" it should be in your includes\modules\"template_name_dir".

Go to line 23 and remove the ". '$'".
The line should look now like this:
$products_image_base = str_replace($products_image_extension , '', $products_image);

Thats it. Hope it helps others.

Cheers,
Climax
Thank you, your a star
I have been on for a week trying to solve this and was just about to give up.