javascript code where to put it??

hello everyone,



I have a javascript code with a company that tracks my visitors and such for marketing purposes. (YES i use google analytics) but this is a diff company. I am trying to figure out where in the skin or script can i add this in the bottom of the script.



Whats the best file or tpl to add this peace of code in, i have tried the skins index, main tpl everything and i keep getting errors.



thanks in advance…



zia

Put it in skins/your_skin/customer/index.tpl, just before the tag



Don’t forget to put it betwen literal tags, like this: {/literal} javascript code {/literal}

I have always put them in /yourskin/customer/common_templates/scripts.tpl if they need to be used throughout the site.

[quote name=‘whiplash13’]I have always put them in /yourskin/customer/common_templates/scripts.tpl if they need to be used throughout the site.[/QUOTE]



Don’t know if it wont cause conflicts with some javascript codes, but if it works, great!