If i add that code on the skin1/customers/main/product.tpl it prevents to work the ajax send to friend. If just open in new page the send to friend page. If i don't have that code on the product.tpl it works normally the ajax send to friend. Any idea why happens that and how to fix it?
Code:
<script type="text/javascript" src="{$SkinDir}/lightwindow/javascript/prototype.js"></script>
<script type="text/javascript" src="{$SkinDir}/lightwindow/javascript/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="{$SkinDir}/lightwindow/javascript/lightwindow.js"></script>
<link rel="stylesheet" href="{$SkinDir}/lightwindow/css/lightwindow.css" type="text/css" media="screen" />
I am planning to use the lightwindow only for some products that i want to open a videos on lightwindow..
EDIT: Basically i checked one by one the files, and the one who makes the "conflict" and prevent the ajax send to friend to work is the
prototype.js