Thread: Supertracker

Page 22 of 33 FirstFirst ... 12202122232432 ... LastLast
Results 211 to 220 of 324
  1. #211
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Landing page no sales

    Quote Originally Posted by stanislawl View Post
    Hello,

    It seems to me there is something missed from the file admin/supertracker.php. When I choose Top Landing Pages (No Sale, but added to cart) from the pull-down list (language variable: TEXT_TOP_LANDING_PAGES_NO_SALE) there is no result displayed.

    I have added this piece of the code:

    [FONT=Courier New]case 'landing_added':
    $title = TEXT_TOP_LANDING_PAGES_NO_SALE;
    $headings[] = TEXT_SERIAL;
    $headings[] = TEXT_LANDING_PAGE;
    $headings[] = TEXT_NUMBER_OF_OCCURRENCES;
    $row_data[] = 'landing_page';
    $row_data[] = 'total';
    $tracker_query_raw="SELECT landing_page, COUNT(*) as total FROM " . TABLE_SUPERTRACKER . " WHERE completed_purchase='false' AND added_cart='true' GROUP BY landing_page ORDER BY total DESC";
    break;
    [/FONT]
    after the line 292. Now it is OK.

    Am I right?

    Best regards,
    Stan
    Good catch....

    replace TEXT_LANDING_PAGE with TABLE_TEXT_LANDING_PAGE
    Dave
    Always forward thinking... Lost my mind!

  2. #212
    Join Date
    Sep 2010
    Posts
    29
    Plugin Contributions
    2

    Default My fault?

    Hello again,

    I have a problem with my website http://www.olaf.legnica.pl. Yesterday everything was OK and today... The correct look of the website is in shown in pic. 1. This morning it changed to the blank screen shown in pic. 2. The problem may be corrected by deleting the file includes/MY_TEMPLATE/jscript/jscript_supertracker.php. What's going on? Have I made something wrong?

    Best regards,
    Stan
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	1.jpg 
Views:	113 
Size:	50.1 KB 
ID:	8387   Click image for larger version. 

Name:	2.jpg 
Views:	109 
Size:	23.0 KB 
ID:	8388  

  3. #213
    Join Date
    Sep 2010
    Posts
    29
    Plugin Contributions
    2

    Default Re: Supertracker

    I have just received information from my hosting company. The error results from problems with GeoIP functionality. I will post details when I have them.

    Regards,
    Stan

  4. #214
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Supertracker

    Had to look back some, forgot I deleted that file and set up an autoloader for it...

    Basically, all it does is load the class file for supertracker, however, if scripting is turned off, then you never see the visitor, thus the conversion to the autoloader which doesn't rely on scripting to run the class.

    I have just received information from my hosting company. The error results from problems with GeoIP functionality. I will post details when I have them.
    GeoIP works with 1.3.9-h... I'm using the latest of
    GeoIP.dat
    geoip.inc

    I have mine in the includes folder.... no sure what the instructions say... but the class file is looking for them there. Did you look to see what the bug file has to say in your folder cache for the blank page...
    Dave
    Always forward thinking... Lost my mind!

  5. #215
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Default Re: Supertracker

    Is the version in the downloads section compatible with 1.3.9 or is there a version that needs to be updated? Can someone update the downloads section. I am updating my site and I really want to put this module on the site.

    Thanks in advance
    Thanks
    Supersnow

  6. #216
    Join Date
    Jul 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Supertracker

    Hi all,

    I went to http://geolite.maxmind.com/download/geoip/database/ but there are many versions of (purportedly) the same thing.

    [ ] GeoIPCountryCSV.zip 02-Nov-2010 12:06 1.9M
    [ ] GeoIPv6-20100831.csv.gz 03-Sep-2010 07:35 228K
    [ ] GeoIPv6-20100831.dat.gz 03-Sep-2010 07:35 637K
    [ ] GeoIPv6-20100929.csv.gz 02-Oct-2010 15:04 234K
    [ ] GeoIPv6-20100929.dat.gz 02-Oct-2010 15:04 646K
    [ ] GeoIPv6-20101031.csv.gz 02-Nov-2010 13:31 244K
    [ ] GeoIPv6-20101031.dat.gz 02-Nov-2010 13:31 648K
    [ ] GeoIPv6.csv.gz 02-Nov-2010 13:31 244K
    [ ] GeoIPv6.dat.gz 02-Nov-2010 13:31 648K
    [ ] GeoLiteCity.dat.gz 02-Nov-2010 16:38 18M


    1. Which file should I use?
    2. Is it possible to use GeoLiteCity.dat? It is the largest archive and (I assume) would provide the most complete location data.

  7. #217
    Join Date
    Jun 2007
    Posts
    104
    Plugin Contributions
    0

    Default Re: Supertracker

    Very interested in this mod but cant seem to figure out if it is up to date with the latest zencart version and where I should get it from. Any help would be appreciated. Thanks

  8. #218
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Supertracker

    I'm in the process of upgrading to V1.3.9h and I installed the latest version from the downloads yesterday without any problems.

  9. #219
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Default Re: Supertracker

    Quote Originally Posted by Brent View Post
    I'm in the process of upgrading to V1.3.9h and I installed the latest version from the downloads yesterday without any problems.
    When you say the installed the latest version from downloads does this mean the version in the downloads works with 1.3.9h?

    Is the one in downloads php5.3 ready?

    Thanks
    Thanks
    Supersnow

  10. #220
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Supertracker

    It did for me. Everything seemed to work out the box.

    I can't help you with regards php 5.3 though as my host is running 5.2.12

 

 
Page 22 of 33 FirstFirst ... 12202122232432 ... 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