View Single Post
  #11  
Old 08-24-2009, 09:17 AM
 
Christofer Christofer is offline
 

eXpert
  
Join Date: Apr 2009
Location: Thessaloniki, Greece
Posts: 202
 

Default Re: On more tabs solution on the product details page

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
__________________
X-Cart Gold : 4.2.1 (on linux parallels plesk / mysql)
Php v5.2.9 (Zend: 2.2.0) - MySql v5.0.79 - LiteSpeed server
Modules : X-Offer & X-Aom & One page checkout
Product tabs & Product downloads & many more
Reply With Quote