Quote Originally Posted by countrycharm View Post
A link to your store would help.
Thanks, but no need, it kind of resolved itself

For other viewers: i honestly can't tell what was wrong. I had disabled the footer by uncommenting * $flag_disable_footer = true; <br /> * in tpl_footer.php; result: */ $flag_disable_footer = true; <br /> /*. I un-uncommented (uhm, made it a comment again ) the line and tried again, but placed the slashes differently; result: */ $flag_disable_footer = true;/* <br />. Woilá, it worked. Don't ask me how, but it did.

My current source code:
Code:
<!--eof- banner #6 display -->
<!-- A -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-xxxxxxx-1");
pageTracker._initData();
pageTracker._trackPageview();
</script></body>
<!-- B --></html>