Quote Originally Posted by McLovin View Post
OK, I've asked the question at Theme Forrest, but I thought I'd send a small FYI here as well. I've managed to display the additional products (I had forgotten to rename a few of the admin folders. ). I've also managed to narrow the problem down to the tpl_modules_additional_images.php file located in \includes\templates\template_default\templates. This is the file that displays 'Search' right above the additional images. I have no idea what the problem is, but it seems that I can simply remove this file, without disrupting the display of additional images.
Let me start with the BIG warning first.. you NEVER EVER remove ANYTHING from or modify ANY files in the \includes\templates\template_default\ folders. This is the PARENT template for Zen Cart, and if your template modifies anything from the parent (default), then there will be an equivalent OVERRIDE file in your template folder for that file.

As for your issue, this REALLY is NOT an issue with this module.. If Theme Forest template authors would bother to code templates correctly to begin with (sadly most don't and most are not even REALLY familiar with Zen Cart) then merging in the template changes from this module should work just fine.. As it turns out they and their brethren over at Template Monstrosity, like to do one off kinds of crap things that lead to these kinds of discussions when one is installing modules which include template file changes..

I wish I could help, but if Theme Forrest has modified the product info page in a manner that prevents stock parts of it (like additional images) to stop working, you will have to work with the template author to get things working as they should.. If the author REALLY knows Zen Cart, this should be a breeze for him..