Quote Originally Posted by BassFace View Post
I don't see the required bit of 'onload=' code in your opening <body> tag.

From the installation.txt
PHP Code:
2. Make sure your body tag in /includes/templates/[your_template]/common/tpl_main_page.php
includes this code (if not see trouble shooting below it is not neccassary but an addition
to your template needs to be made):

**** HELPFUL HINT: ****
If you are runnning any of the 1.3.x versions of Zen Cart, this line is already
included with those installs and you can safely skip this step. You may need to check earlier
versions for it though.
***********************

<body id="<?php echo $body_id 'Body'?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'?>>
It's ok if that is not present (the onload portion). That won't show on most sitess for the most part (even when GA is present). That's because it is php code which activates at run time. Typically the body tag remains as is and the onload is not critical.