Page 193 of 217 FirstFirst ... 93143183191192193194195203 ... LastLast
Results 1,921 to 1,930 of 2161
  1. #1921
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by countrycharm View Post
    OK,OK I screwed the instructions up I apologize. Anybody who wants to install this module please install econcepts version Simple Google Analytics - Version: 1.2.5
    1.2.5 works on all version of zen cart including (not limited to 1.5.x)
    No worries! It was something that was thought would make it better initially. :) Little did anyone know that it may make it harder. This will all be long forgotten with time. :)
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  2. #1922
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    No worries! It was something that was thought would make it better initially. :) Little did anyone know that it may make it harder. This will all be long forgotten with time. :)
    Forgot what??
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #1923
    Join Date
    Sep 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I just installed the latest version of this plugin to my site and now my homepage only displays a blank white screen and my favicon. When I view source, all that displays is the code in the <head> </head> section and nothing else.

    Backend still displays fine and the plugin is active in the configuration area.

    Help!
    Last edited by ShanghaiLad; 28 Sep 2012 at 02:48 AM.

  4. #1924
    Join Date
    Sep 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Update - all pages are dead. Only displaying the <head> </head> section and then nothing else.

    I believe I followed all of the directions properly.

    Here is the view source code displaying, from a random page:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
    <head>
    <title>Stormy Sea [13897553] - 228RMB : Obido Educational Toys, Learning Made Fun</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="keywords" content="Stormy Sea [13897553] Manipulatives Wooden Puzzles Table Games Role Play Child-size Furnishings Shanghai educational toys, Shanghai toy store, China wooden toys, China import toys" />
    <meta name="description" content="Obido Educational Toys Stormy Sea [13897553] - Cannon balls, treasure chests, barrels, bottles and gold. Can your child balance them all on this wobbly, suspended ship or will they be lost to the sea? A roll of the die decides the next piece to be placed. Can be played together as a competitive or cooperative game. Bamboo toys are " />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="author" content="The Zen Cart&reg; Team and others" />
    <meta name="generator" content="shopping cart program by Zen Cart&reg;, http://www.zen-cart.com eCommerce" />
    <link rel="icon" href="http://www.obidotoys.com/favicon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="http://www.obidotoys.com/favicon.ico" type="image/x-icon" />

    <base href="http://obidotoys.com/" />
    <link rel="canonical" href="http://obidotoys.com/index.php?main_page=product_info&amp;products_id=54" />

    <link rel="stylesheet" type="text/css" href="includes/templates/toys_blue/css/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/toys_blue/css/stylesheet_css_buttons.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/toys_blue/css/stylesheet_footer_menu.css" />
    <link rel="stylesheet" type="text/css" media="print" href="includes/templates/toys_blue/css/print_stylesheet.css" />
    <script type="text/javascript" src="includes/modules/pages/product_info/jscript_textarea_counter.js"></script>

    script language="javascript" type="text/javascript"><!--
    function popupWindow(url) {
    window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screen X=150,screenY=150,top=150,left=150')
    }
    function popupWindowPrice(url) {
    window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=400,scree nX=150,screenY=150,top=150,left=150')
    }
    //--></script>
    </head>
    **UPDATE: removing the posted code from the tpl_main_page.php file gets things working again:
    <?php
    if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
    // Do nothing
    } else {
    require(DIR_WS_TEMPLATE . 'google_analytics/google_analytics.php');
    }
    ?>
    Last edited by ShanghaiLad; 28 Sep 2012 at 03:07 AM.

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

    Default Re: Simple Google Analytics - Support

    If you get a blank white page it means you have a PHP error that was caused based on the info you copied in. Most often this is becuase the PHP code copied in accidentally replaces, overwrites, or gets pushed between already existing code on the page.

    The easiest way to diagnose exactly where the error is, is to turn on Error Logging for the Catalog and then look at the error log generated in the "cache" directory. Depending on what version of zen you are running, you may already have the file needed to turn that on. If not, you'll want to look at this post which has more information on where to find the file and how to activate it: http://www.zen-cart.com/showthread.p...+error+logging
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  6. #1926
    Join Date
    Oct 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by ShanghaiLad View Post
    Update - all pages are dead. Only displaying the <head> </head> section and then nothing else.

    I believe I followed all of the directions properly.

    Here is the view source code displaying, from a random page:



    **UPDATE: removing the posted code from the tpl_main_page.php file gets things working again:
    <?php
    if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
    // Do nothing
    } else {
    require(DIR_WS_TEMPLATE . 'google_analytics/google_analytics.php');
    }
    ?>
    I had this same problem and I checked my configure.php file and noticed there were two '//' slashes when there should only be one for the IR_WS_CATALOG' and DIR_WS_HTTPS_CATALOG entries.

  7. #1927
    Join Date
    Oct 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by cuda View Post
    By default this is in includes/templates/[your_template]/common/tpl_main_page.php

    but could be located in includes/templates/[your_template]/common/tpl_header.php
    as well, depends on how your site has been templated.
    My installation does not have such a file in that location. I am using the classic template. There is no common in that directory.
    includes/templates/classic/

    Any assistance would be appreciated. Also I am running V1.5.1, will this cause a problem for running Google Analytics?

  8. #1928
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Simple Google Analytics - Support

    Maka a new "common" folder inside the "classic" folder. then copy the tpl_header.php file from template_default/common to classic/common. edit the copied file.

  9. #1929
    Join Date
    Oct 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hi Design75,

    Thanks for this great module. I have found it very useful. I have it set up for e-commerce tracking and I was wondering if I could I use this module to track refunds / cancellations?

  10. #1930
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by martyoo View Post
    Hi Design75,

    Thanks for this great module. I have found it very useful. I have it set up for e-commerce tracking and I was wondering if I could I use this module to track refunds / cancellations?
    I is not my module , just a user. And sorry I have no idea if it can track refunds.

 

 

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