Thread: Supertracker

Page 20 of 33 FirstFirst ... 10181920212230 ... LastLast
Results 191 to 200 of 324
  1. #191
    Join Date
    Dec 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: Supertracker

    Is there any way to make the URLs that show up in reports actually become links that I can click on? For example, the report for the Top Referring Sites list the URLs that they come from. Is there a way to make those actual links?

  2. #192
    Join Date
    Jun 2009
    Location
    Europe
    Posts
    58
    Plugin Contributions
    1

    Default Re: Supertracker

    Quote Originally Posted by vooboo13 View Post
    Is there any way to make the URLs that show up in reports actually become links that I can click on? For example, the report for the Top Referring Sites list the URLs that they come from. Is there a way to make those actual links?
    Even if there is I wouldn't recommend it:
    http://www.zen-cart.com/forum/showth...670#post814670

  3. #193
    Join Date
    Feb 2010
    Posts
    4
    Plugin Contributions
    0

    Idea or Suggestion Re: Supertracker

    Hi all,

    I have a little problrm. I have installed Supertracker onto my zen-cart, uploaded the right files into the right folders, run the install and uninstall a hundred times but when I look at the report it always says-

    "Database Info: the Supertracker database currently holds 0 rows (oldest record : )"

    Even tough I have had more than 75 hits to the shop - the tracker has not recorded any of them

    What is going wrong? what can I do to get the tracker to work??

    Please help before I am totally bald!!

    Thanks in advance

    Martin

  4. #194
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Supertracker

    I have been using Supertracker for a long time. I just tried to access my site and getting this error:

    Fatal error: supertracker::update() [<a href='supertracker.update'>supertracker.update</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition &quot;shoppingCart&quot; of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /home/xxxx/public_html/includes/classes/supertracker.php on line 99

    I changed code in includes/classes/supertracker to one listed as:
    HTML Code:
    $db->Execute("UPDATE " . TABLE_SUPERTRACKER . "
                        SET last_click = NOW(),
                            exit_page='" . zen_db_input(zen_db_prepare_input(urldecode($_SERVER['REQUEST_URI']))) . "',
                            exit_page_name='" . $page_title . "',
                            num_clicks=num_clicks+1,
                            added_cart='" . zen_db_input($tracking_data->fields['added_cart']) . "',
                            categories_viewed='" . zen_db_input($categories_viewed) . "',
                            products_viewed='" . zen_db_input($tracking_data->fields['products_viewed']) . "',
                            customer_id='" . (int)$customer_id . "',
                            completed_purchase='" . zen_db_input($completed_purchase) . "',
                            cart_contents='" . zen_db_input($cart_contents) . "',
                            cart_total = '" . zen_db_input($cart_total) . "',
                            order_id = '" . (int)$order_id . "'
                        WHERE tracking_id='" . (int)$tracking_data->fields['tracking_id'] . "'");[HTML]
    [/HTML]

    And did refresh with it still not working. I can not get to store to empty shopping cart. Help!

  5. #195

    Default Re: Supertracker

    Quote Originally Posted by a_berezin View Post
    1. In sql replace
    NOW()
    by
    date_add(now(), INTERVAL ' . TIME_ZONE_OFFSET . ' HOUR)
    2. Replace
    $thirty_mins_ago = date('Y-m-d H:i:s', (time() - (30*60)));
    by
    $thirty_mins_ago = date('Y-m-d H:i:s', (time()+TIME_ZONE_OFFSET*60*60 - (30*60)));
    Hi, this time offset 60*60 business confuses me a bit, could someone explain how I might go about adding 4 hours to the times reported so that its inline with UK time?

    Any help with this would be appreciated

  6. #196
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Supertracker

    I just found out it is possible to edit client accounts from the frotside of shop using Suppertracker. I'm not going to tell here how it's done, but it is important enough to be mentioned.

  7. #197
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: Supertracker

    Anyone know how to remove this modules when i was install it?

    Thanks for advice!

  8. #198
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Supertracker

    Does anyone know how to replace the ereg functions on this mod so that it's compatible with PHP 5.3? I really like the mod, been using it for ages but it's broken on new updated servers.

  9. #199
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Supertracker

    ok, found the solution on a Google group and it works

    the file that has the problem is:

    includes/classes/db/mysql/query_factory.php

    Just replace all these:

    ereg('^[0-9]', $key)


    with this:

    preg_match('/^[0-9]/', $key)

  10. #200

    Default Re: Supertracker

    Is there a way to stop intenal links appearing on the 'Top referrers' list?

    for example, I have the following in my list:

    Rank Referring URL
    11 http://www.snowrepublic.co.uk/Clearance
    14 http://www.snowrepublic.co.uk/helmets 1
    15 http://www.snowrepublic.co.uk/tools/pocket

    They are all internal links from my site so are muddying the waters for me a little when I'm trying to see who my top referrers are.

    Thanks for the mod bye the way, it's already helped me figure out why a customer binned their cart!

 

 
Page 20 of 33 FirstFirst ... 10181920212230 ... LastLast

Similar Threads

  1. Supertracker
    By enquirer66 in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 2 Mar 2011, 08:37 PM
  2. SuperTracker
    By ma.r.a in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 11 Feb 2011, 08:19 PM
  3. Supertracker referrals?
    By mlbacher in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 24 Aug 2009, 07:53 PM
  4. supertracker mod
    By confused_aswell in forum General Questions
    Replies: 2
    Last Post: 1 Aug 2008, 12:55 PM
  5. Supertracker Add-on
    By bcmartinez in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 19 May 2006, 01:24 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