Page 34 of 68 FirstFirst ... 24323334353644 ... LastLast
Results 331 to 340 of 672
  1. #331
    Join Date
    Mar 2007
    Location
    Seattle
    Posts
    38
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Folks:
    I have been using the google analytics module for months now and it has been working great. Then I was trying a bit of affiliate tracking code and deleted the google analytics code form tpl_main_page.php.
    Then I put it back.
    Now when I run a test transaction I get an error at the bottom of the browser of the checkout_success page that says:

    Line: 25
    Char: 1
    Error: 'Total_Cost' is undefined
    Code: 0
    URL: https://I-Have-My_URL-Here.com/cart/index.php?

    Is this a cache problem?
    Do I need to re-install the module?

    I know I didn't have the error before because I was on the look-out for that sort of error.
    Any words of wisdom?
    Thank you,
    Brent

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

    Default Re: Google Analytics Integration

    Quote Originally Posted by Brent2 View Post
    Folks:
    I have been using the google analytics module for months now and it has been working great. Then I was trying a bit of affiliate tracking code and deleted the google analytics code form tpl_main_page.php.
    Then I put it back.
    Now when I run a test transaction I get an error at the bottom of the browser of the checkout_success page that says:

    Line: 25
    Char: 1
    Error: 'Total_Cost' is undefined
    Code: 0
    URL: https://I-Have-My_URL-Here.com/cart/index.php?

    Is this a cache problem?
    Do I need to re-install the module?

    I know I didn't have the error before because I was on the look-out for that sort of error.
    Any words of wisdom?
    Thank you,
    Brent
    I would try to reinstall the module and make sure you haven't missed any files or anything. There are only a few to upload, so if that doesn't solve it, then I would check other modules you have installed as well to see if that is the culprit.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  3. #333
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Hi

    How do i Unistall this mod, i can't find the uninstall.sql in the folder

    Thank you

  4. #334
    Join Date
    Mar 2007
    Location
    Seattle
    Posts
    38
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Thank you econcepts.

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

    Default Re: Google Analytics Integration

    Quote Originally Posted by motti View Post
    Hi

    How do i Unistall this mod, i can't find the uninstall.sql in the folder

    Thank you
    Run the following SQL query from within the Admin and then delete all files you installed with the contribution. Don't forget to remove the require statement from the tpl_main_page.php page.

    #Uninstall Simple Google Analytics
    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4
    FROM configuration_group
    WHERE configuration_group_title= 'Google Analytics Configuration';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;
    DROP TABLE IF EXISTS google_analytics_languages;
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  6. #336
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Hi

    Thank you for the sql, I done it.

    I need bit more help on that

    1. where is the file located tpl_main_page.php page. and what statement I need to remove

    where can I find what version do I have, and how can I find out which folder to delete?, ( i assume i need to download it again and match up the files so I know which folder to delete)

    I install this mod long time ago, and never really use it that’s why I don’t remember what and where

    thank you

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

    Default Re: Google Analytics Integration

    I'm not sure what version you are running. The most current version is 1.1.

    I was not involved in version 1.0. The best thing I can tell you is to simply look at the original files that came with your install (if you don't know where they are, download a new copy of the version you have from the downloads section) and "reverse" delete them. (Look at where the files in the original install were located and find them in your install. Delete or edit as needed.

    tpl_main_page.php is found in your "common" folder (start in includes to find it).

    If you are running a version older than 1.0 (I think someone had even a different version running prior to that) then you'll have to find those files as reverse them as well.

    The best thing I can suggest is to find your original install and "follow the dots" and "reverse follow the original instructions for install". If you trace it all backwards, you'll be able to uninstall.

    Good luck!
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  8. #338
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Thank you for your help,
    I folow your instruction and it work good.

  9. #339
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Hi
    I am not sure if this is the right place to post it, if It is , please let me know where should I post it.
    I am using the Google analytics, with out any mod from zen
    It dose track my traffic and I can see lots of reports,but it dose not track my Ecomerce sales
    I did set it up as google instruction on their site
    My question ,
    1. could it work with out any mod from zen?
    2. to which page do I insert the code I got from google ( it is now on my /public_html/includes/templates/my template/common/tpl_main_page.php
    and I only add one code from google
    Should I have add another code? If so which one
    Thank you for your help

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

    Default Re: Google Analytics Integration

    Quote Originally Posted by motti View Post
    Hi
    I am not sure if this is the right place to post it, if It is , please let me know where should I post it.
    I am using the Google analytics, with out any mod from zen
    It dose track my traffic and I can see lots of reports,but it dose not track my Ecomerce sales
    I did set it up as google instruction on their site
    My question ,
    1. could it work with out any mod from zen?
    2. to which page do I insert the code I got from google ( it is now on my /public_html/includes/templates/my template/common/tpl_main_page.php
    and I only add one code from google
    Should I have add another code? If so which one
    Thank you for your help
    You can use Google Analytics without the mod, BUT you would have to install and configure code by hand. It can be done though, but is a lot more trouble than simply using the mod which does it for you.

    In any event, yes, you can use E-commerce tracking by installing code by hand if you want. It requires the insertion of the code using PHP into the proper files manually. There are a number of them you have to alter to do it manually, but again, it can be done, but it is time consuming when done manually.
    Last edited by econcepts; 27 Oct 2007 at 02:59 PM. Reason: added info
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 
Page 34 of 68 FirstFirst ... 24323334353644 ... LastLast

Similar Threads

  1. Google Analytics: Site Search Integration
    By saitomedia in forum General Questions
    Replies: 1
    Last Post: 29 Jul 2010, 08:08 AM
  2. google analytics integration
    By amnon_d in forum General Questions
    Replies: 3
    Last Post: 14 Jul 2009, 12:04 PM

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