Jeking, thank you!
I've did everything according to the installation manual, including file changes, I added this code into tpl_main_page.php:
<?php
if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
// Do nothing
} else {
require(DIR_WS_TEMPLATE . 'google_analytics/google_analytics.php');
}
?>
</body>
And I installed the SQL patch (uploaded a file through the ZC admin)
Why the GA code is not showing now?
Bookmarks