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 ?