In ZC 1.5 you need to register the page within the Admin.
First, create the adminXXXXXXXXXXXX/includes/languages/english/extra_definitions/googleanalytics.php page with the following:
Code:
<?php
define('UN_BOX_GOOGLE_ANALYTICS', 'Simple Google Analytics');
Fire up your mysql client (HeidiSQL, phpMyAdmin, etc)
and run the query:
SELECT `configuration_group_id` FROM `configuration` WHERE `configuration_title` like '%google%' LIMIT 1;
If it returns nothing, you didn't run the SQL included with the installer.
Take the resultant # and use that for your gID in the next step.
Now within your carts admin console, go to:
Admin Access Management => Admin Page Registration
Register the page as per the previous posts:
Page Key: Simple Google Analytics
Page Name: UN_BOX_GOOGLE_ANALYTICS
Page Filename: FILENAME_CONFIGURATION
Page Parameters: gID=XXXX
Menu: configuration
Display on Menu? Y
Sort Order: whatever you want
Save it, and refresh your admin console. You should now see it under 'Configuration'.