Page 163 of 217 FirstFirst ... 63113153161162163164165173213 ... LastLast
Results 1,621 to 1,630 of 2161
  1. #1621
    Join Date
    Oct 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Originally Posted by HenryGale
    I've run into an odd problem implementing Simple Google Analytics. When I finished all the installation steps in the readme, I found that my shop main page was loading completely blank, only the black background is visible.

    I tracked the problem down to the code in tpl_main_page.php. When I add the code:


    PHP Code:
    <?php
    if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
    // Do nothing
    } else {
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
    }
    ?>
    to my tpl_main_page.php, my main page goes blank. When I remove it, it works again.

    Any ideas? I'm using the default tpl_main_page.php, as my template didn't have one. So this code is the only change from the Zen Cart default.

    Thanks in advance!
    HG


    A blank page means there is an error in your PHP code somewhere. Typically this happens when one inadvertently alters other code or places the php code listed in such a way where it mess with current code on the site.

    To find out where your problem is make sure you have error checking turned on (default in 1.3.9 versions but if you don't have that you can download the error checking file "Debug Error logging").

    To find out where the error is then, place your code back on the page and then try to access it. When you get the white page an error log will be written to your 'cache' folder (with the date / time ... this is how you tell which log goes with which action. If there are too many you can delete the error logs and repeat the above step so there is only one in there when needed.)

    Open that error log and it will tell you the exact issue and line of code to look at. If you can;'t figure out what the error means, post it here and I'll walk you through it.





    Sorry to bring up an old post but i was having the exact same problem. For some reason the file was not saving correctly in Notepad++. When I used dreamweaver and was sure to save in file type .php everything started working fine. I'm sure if I had tried changing to .php in notepad it may have worked also but I didn't try it. Hope that helps someone out there.
    Last edited by paintsprayparts; 9 Oct 2011 at 08:49 PM. Reason: was not referencing the correct post

  2. #1622
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Simple Google Analytics - Support

    I've been wondering about this mod and its purpose. Google analytics is a very easy install simply using the code snippet provided by Google, so I'm not grasping the reason for a mod. Are there some additional features to this mod that provide more functionality? Am I missing out on something?

  3. #1623
    Join Date
    Apr 2010
    Location
    Italy
    Posts
    20
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hi all,
    I have problems with the integration of Google Analytics and the Ajax One Page Checkout.

    I am unable to correctly configure the Google Analytics ecommerce feature and I can't track none of my shop orders.

    Anyone has experienced the same problem?
    There is a way to integrate Google Analytics ecommerce and Ajax One Page Checkout?

    Thanks in advance,
    Alessandro

  4. #1624
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Aletiger View Post
    Hi all,
    I have problems with the integration of Google Analytics and the Ajax One Page Checkout.

    I am unable to correctly configure the Google Analytics ecommerce feature and I can't track none of my shop orders.

    Anyone has experienced the same problem?
    There is a way to integrate Google Analytics ecommerce and Ajax One Page Checkout?

    Thanks in advance,
    Alessandro
    There was an issue but I believe the current version has corrected for it. What version of the Ajax One Page Checkout are you using and what version of Simple Google Analytics?

  5. #1625
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by RescoCCC View Post
    I've been wondering about this mod and its purpose. Google analytics is a very easy install simply using the code snippet provided by Google, so I'm not grasping the reason for a mod. Are there some additional features to this mod that provide more functionality? Am I missing out on something?
    From the Readme file:

    Installs Google Analytics tracking capability on your site using either the legacy (urchin) version, "ga.js", or "asyncronous" tracking Google code version including:
    a) E-Commerce Tracking
    b) Adwords (pay per click) Conversion Tracking

  6. #1626
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by jeking View Post
    I was wondering if you will be adding the Site Speed functionality to your mod?
    analytics.blog spot dot com/2011/05/measure-page-load-time-with-site-speed.html
    Yes Jim,

    I was just getting ready to release a new version here and will include that as on option.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  7. #1627
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by RescoCCC View Post
    I've been wondering about this mod and its purpose. Google analytics is a very easy install simply using the code snippet provided by Google, so I'm not grasping the reason for a mod. Are there some additional features to this mod that provide more functionality? Am I missing out on something?
    Actually, this mod does quite a number of things that are not easily done by just pasting a snippet of code provided by Google into your page.

    Just a few of the items are:

    1) Adwords conversion tracking capability
    2) Ecommerce tracking (with dynamic order values not static)
    3) Ability to customize the tracking code easily from the admin to accommodate additional tracking options.

    etc...

    If you just copy and paste the tracking code Google provides into your page you won't get product level detail 'conversion level ecommerce tracking' nor would you get adwords conversion tracking.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  8. #1628
    Join Date
    Oct 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I am using v1.3.9h and do a new install SQL. There is no error but no count at google anlaytics. I did a source view and can see the account number. I did several transactions and the count does not move. How do I check if I got the installation correct?

  9. #1629
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Simple Google Analytics - Support

    What is your url?

  10. #1630
    Join Date
    Oct 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support


 

 

Similar Threads

  1. v150 Simple Google Analytics .sql error !
    By Miff in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 10 Feb 2012, 11:33 PM
  2. Simple Google Analytics-not working
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 Nov 2010, 06:07 PM
  3. Simple (From Google) Analytics Install
    By DagLindt in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2009, 10:46 PM
  4. Simple google analytics- help
    By Pet Herbal Remedies in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 1 Oct 2008, 10:37 PM
  5. Simple Google Analytics not working
    By jvanree in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 May 2008, 03:46 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR