Quote Originally Posted by rstevenson View Post
Hi folk,

I'm redoing my retail site. I've installed both Fast & Easy Checkout and Zen Lightbox. Both install the file jquery-1.4.4.min.js

Zen Lightbox puts it into includes/templates/MyTemplate/jscript/

FEC puts it into includes/templates/MyTemplate/jscript/jquery/

My editor says the files are identical. Can I remove one of them? If so, which one?

Thanks,

Rob
I wouldn't remove either, because the code will still be looking for it.
Instead tell the code not to look for it anymore. see the discussion here http://www.zen-cart.com/forum/showpo...postcount=2476

note: there was a follow up. the code should have been
PHP Code:
//echo'<script type …… 
the // before the echo

daniel