How can I insert the belowing information of google analytic to my zen cart website? Where should I do with index.php or with other page? There don't seem to hvae /body tag, can I still use that? What is your experience of using google analytic then?
/////////////////////////////////////////////////////////////////////
Copy the following code block into every webpage you want to track immediately before the </body> tag.
If your site has dynamic content you can use a common include or a template. Learn More
Use this tracking code to gain access to a wide range of exciting new features as they become available.
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3ipt src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-9532363-1");
pageTracker._trackPageview();
} catch(err) {}</script>



