View Single Post
  #2  
Old 01-18-2010, 10:18 AM
  gizmo's Avatar 
gizmo gizmo is offline
 

X-Adept
  
Join Date: Jan 2005
Location: Crawley : UK
Posts: 618
 

Default Re: Rotating Banner in Welcome area

The cart screen uses if statement and else, knocks out a few things when On cart page, as far as I know, you have if statements included within your head, this will have a knock on effect of your script. So you have to make sure it's included in the right place, For example

Firstly I would make sure your script is actually working, by putting it somewhere else what I do is this.
Firstly I usejquerry scripts

within customer/home.tpl

I do this: so that my scripts are called, just a simple include file

<head>{include file="abeez_sources/sky_blue/templates/jquerry_all.tpl"}</head>

Any javascript you have to include must have {Literal} script {/Literal} included.

There are many good scripts out there on the web, namely
dynamicdrive
__________________
Thank You - Alan
Don't be like me, and keep saying "Nearly did it" go do it!!
Version: 4.4.4 Gold -
Reply With Quote