X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   adding custom jquery (https://forum.x-cart.com/showthread.php?t=58858)

spiderling 04-11-2011 02:44 PM

adding custom jquery
 
I am using a trial version of X-Cart Gold 4.4.2 and would like to add some custom jQuery code for a CSS / jQuery sub menu navigation. I've tried <script src="http://www.domainname.com/foldername/filename.js"></script> in the <head> tag in the /skin/common_files/customer/service_head.tpl file, but no luck.

How would I do this, please?

Shamun 04-11-2011 03:47 PM

Re: adding custom jquery
 
In /skin/skinName/customer/service_js.tpl add some code like this after the jquery call:
Code:

{load_defer file="js/YourJSFile.js" type="js"}

Put your JS file in /skin/skinName/js/

waytoecommerce 04-12-2011 09:08 AM

Re: adding custom jquery
 
There is other way to do this which to include your file at the home.tpl file. If you will include it on the other place automatically the codes will strip off.

Learner 04-19-2011 11:15 PM

Re: adding custom jquery
 
I have added a custom jquery for category in the place of horizontal menu bar but it will conflict with product detail's tab.

How to resolve this conflicting issue in 4.4.2??

Shamun 04-20-2011 10:29 AM

Re: adding custom jquery
 
What's the reported conflict?

Learner 04-20-2011 09:17 PM

Re: adding custom jquery
 
Hi Shamun,
Thanks for your reply.
When I add custom jquery in the place horizontal category navigation it works fine but the product details tab vanishes and after adding add to cart mini cart is not showing.

Have there any cookie issue??

Why this problem?

Can you help me??

ambal 04-21-2011 02:05 AM

Re: adding custom jquery
 
Moved to X-Cart Customization > Storefront Design & Template Editing in v 4.4.x

cflsystems 04-21-2011 05:13 AM

Re: adding custom jquery
 
Your custom jquery my be referencing same classes or id's for elements, make sure they are not in use by some other elements


All times are GMT -8. The time now is 10:09 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.