View Single Post
  #4  
Old 11-10-2011, 05:36 AM
 
klinetim klinetim is offline
 

Advanced Member
  
Join Date: Oct 2011
Posts: 58
 

Default Re: Adding Pop Up Windows

Hello,

I'm still fairly new to x-cart, and I'd like to integrate some of these jquery elements - but i'm not sure where to put their libraries,
/css/
/development-bundle/
/js/

My first guess is in /include, and then put these lines:

Code:
<link type="text/css" href="/include/css/themename/jquery-ui-1.8.16.custom.css" rel="Stylesheet" /> <script type="text/javascript" src="/include/js/jquery-1.4.4.min.js"></script> <script type="text/javascript" src="/include/js/jquery-ui-1.8.16.custom.min.js"></script>

in the /skin/common_files/customer/main/product_details.tpl template. Then add the widget to any product description where i want it to show up. Does this make sense? Thanks!

EDIT - I mean /skin/common_files/customer/home.tpl ?
__________________
Tim @ K-Line
X-Cart Version 4.4.5
http://klineind.com
Reply With Quote