Quote Originally Posted by Jdavidb0216 View Post
I will try jquery lightbox. Does it not use mootools...?
In short... no! jquery and mootools are two different libraries. and don't play will with each other.

Quote Originally Posted by Jdavidb0216 View Post
The file i have modified is includes/templates/template_default/templates/tpl_product_info_display.php

And the three lines of code causing the problem are:

<script type="text/javascript" src="scripts/prototype.lite.js"></script>
<script type="text/javascript" src="scripts/moo.fx.js"></script>
<script type="text/javascript" src="scripts/moo.fx.pack.js"></script>


Does anyone notice anything about these lines that would cause lightbox to stop functioning and if so any suggestions on how to remedy the problem...?
Loading the code within the body tag vs the head could be one problem.... and if the name means it's using the mootool core, then its loading in the wrong spot and over writing as DA stated.. you may be able to run the script just by using the 'prototype.lite.js' file and leaving the others out... ZenLightbox is using both modified and default mootool core files version 1.2.1..