Results 1 to 10 of 2161

Threaded View

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by mcarbone View Post
    Hi,

    I apologize if this problem was posted elsewhere, but my google analytics is no longer tracking.

    I installed the simple google analytics mod and updated my includes/templates/my_template/common/tpl_main_page with this code:



    I also updated the admin with the google account number and tested. Everything worked fine at that point. Since then I have had two orders that did not register with Google Analytics.

    I also have JROX installed, however that integration is in the tpl_footer.php file.

    Any feedback always immensly appretiated!

    Thank you,

    Michelle
    Google analytics JAM Affiliate Integration Instructions for Zen Cart
    ===========================================================================


    1) DELETE the directory and file found here /includes/templates/[your template directory here]/checkout_success/tpl_footer.php



    2) Open the following file:

    /includes/templates/[your template directory here]/common/tpl_main_page.php


    And replace the following code at the bottom of the page

    PHP Code:
    <?php
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE$current_page_base,'google_analytics') . '/google_analytics.php');
    ?>

    With this code (making sure you put your actual domain name in place of "yourdomainhere.com" in the JAM AFFILIATE portion.)


    PHP Code:
    <?php
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE$current_page_base,'google_analytics') . '/google_analytics.php');
    ?>
    <?php 
    if ($_GET['main_page']=="checkout_success") {

    ##########################################
    ## START JAM INTEGRATION WITH ZEN CART  ##
    ## ZC Integration code by DrByte 8/2006 ##
    ##########################################

    if (isset($zv_orders_id) && (int)$zv_orders_id && isset($order_summary) && is_array($order_summary)) {

      if (!isset(
    $_SESSION['affiliate_order_id']) || $_SESSION['affiliate_order_id'] != $zv_orders_id ) {

          
    $_SESSION['affiliate_order_id'] = $zv_orders_id;

         
    $commissionable_order_formatted number_format($order_summary['commissionable_order'], 2'.''');

         echo 
    '<script language="javascript" type="text/javascript" src="https://www.yourdomainhere.com/affiliates/sale.php?amount=' $commissionable_order_formatted '&trans_id=' $order_summary['order_number'] . '"></script>';

        }

    }

    #######################################
    ## END JAM INTEGRATION WITH ZEN CART ##
    #######################################

    // end if for determining if this was the checkout_success page.?>

    3) Save and upload the tpl_main_page.php and you're all set.

    .
    Last edited by econcepts; 22 Jul 2009 at 04:06 PM. Reason: edited for clarification
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 

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