Hi Eric,
First of all, thanks for your hard work in updating this module!
I'm using version of Zen Cart 1.3.9e. I installed the Simple Analytics Module using your instructions in the readme.txt. file (very easy to follow BTW).
However, I'm getting a caution sign in Analytics with the error "Tracking Unknown." I did a View Page Source of the home page of the site and I could see the tracking code before the </body> tag, but I could not see the code before the </head> tag.
I double checked by looking at the html_header.php file in cPanel and the PHP code is there... but it looks like it is not generating the necessary js code in the final output. Here is the code I put right before the </head> tag in html_header.php:
<?php
if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
}
?>
Do you have any ideas what might be going on here?
The domain is http://www.firstmedicalprodcuts.com
Thanks!
Matt
Bookmarks