I had the same problems as everyone else with additional images not showing up even after re-following the readme. Replace modules/YOUR_TEMPLATE/additional_images.php with the attached file. If you have altered this file use a comparison program like winmerge to merge the files. Basically, if you go through your existing addtional_images.php file and replace all instances of str_replace with ereg_replace it should work. At least it does on my heavily modified cart.
Plus, it may or may not be helpful for Firefox and Opera to show extra images by adding this line to your stylesheet.css :
.additionalImages a {display:all;}
Let me know if this works.
Matt




Reply With Quote
