Results 1 to 10 of 10
  1. #1

    Default User Tracking Interface[UTI] Support Thread

    Hello

    This is official support thread for the User Tracking Interface module.

    If You use version 1.0 please update to newest version. There's serious bug in version 1.0. You can download it from contribution list on zen-cart.com

    http://www.zen-cart.com/index.php?ma...oducts_id=1374

    FAQ:

    Q: I get '[DELETE FROM uti_attributes WHERE uti_row_id = ? AND name IN () ]' messages:
    A: Update to newest version

    Q: One user wrote that it's resource 'Hog'; is it true?
    A: Yes and no. It won't slow down Your store, but if You get a lot of visitors per day (a lot = ~2 000) it will consume some database space. The module prunes itself automatically, so You don't have to worry about that too much.

    Q: What's the difference between User Tracking Interface and User Tracking mod?
    A: Well, those two modules do completely different things. If You're developer (You know php) read my blog post:
    User Tracking Interface Released. If You're not than it basically allows You to use Randomized Tests and provide two very cleaver sideboxes for customers: 'Your recently viewed products' and 'Your recent searches'.
    Last edited by swguy; 8 Mar 2010 at 12:01 AM. Reason: Forum download link provided

  2. #2
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: User Tracking Interface[UTI] Support Thread

    Hi,

    I am using UTI with no problems! However, I did ask data-diggers.com how I could have the information displayed in my footer area *INSTEAD* of a sidebox and he gave me this following code:

    PHP Code:
    <?php
    $content 
    “”;
    foreach (
    $recently_viewed_products as $rpid) {
    $rpprice zen_get_products_display_price($rpid);;
    $content .= ”;
    $content .= zen_image(DIR_WS_IMAGES zen_get_products_image($rpid), $rpidSMALL_IMAGE_WIDTHSMALL_IMAGE_HEIGHT);
    $img $db->Execute(”SELECT FROM ” TABLE_PRODUCTS ” WHERE products_id ‘” . (int)$rpid “‘”);
    $img $img->fields['products_image'];
    $content .= ‘‘ zen_image(DIR_WS_IMAGES $img$rpidSMALL_IMAGE_WIDTHSMALL_IMAGE_HEIGHT);
    $content .= ” zen_get_products_name($rpid) . ‘‘;
    $content .= ” $rpprice ”;
    $content .= ”;
    }
    echo 
    $content?>
    It does create an error (footer area get cuts off) so I ran the debug utility and it gave me this:

    PHP Parse error: syntax error, unexpected T_STRING in /xxxxx/XXXXXX/xxxxxxx/includes/templates/MY TEMPLATE/common/tpl_footer.php on line 36

    This is line 36:
    PHP Code:
    $img $db->Execute(”SELECT FROM ” TABLE_PRODUCTS ” WHERE products_id ‘” . (int)$rpid “‘”); 
    I am not sure what OR where a T_String is

    Any suggestions?
    Thank you,
    autoace

  3. #3

    Default Re: User Tracking Interface[UTI] Support Thread

    I see a lot of errors in this snippet of code. I'm not sure if it's vBulletin forum text formatting though... Can You send me this file/code on data-diggers at data-diggers.com?

  4. #4
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: User Tracking Interface[UTI] Support Thread

    Quote Originally Posted by data_digger View Post
    I see a lot of errors in this snippet of code. I'm not sure if it's vBulletin forum text formatting though... Can You send me this file/code on data-diggers at data-diggers.com?
    Sure can, just give me a couple of minutes.
    Thank you,
    autoace

  5. #5
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: User Tracking Interface[UTI] Support Thread

    Will this work with the latest version of Zen Cart v1.3.9g?

  6. #6
    Join Date
    Feb 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: User Tracking Interface[UTI] Support Thread

    I must be missing something, but where can I view and monitor all the tracking information? For example, I'd like to view when and what all guests put in their cart in the past week, but I can't seem to find anything for UTI other than the configuration options.

  7. #7
    Join Date
    Mar 2011
    Location
    Sydney Australia
    Posts
    30
    Plugin Contributions
    0

    Default Re: User Tracking Interface[UTI] Support Thread

    Quote Originally Posted by attanasio-edu View Post
    I must be missing something, but where can I view and monitor all the tracking information? For example, I'd like to view when and what all guests put in their cart in the past week, but I can't seem to find anything for UTI other than the configuration options.
    I am the same - i have the Admin, Config,User Tracking Config. The DB is established and recording entries, but i cant see how to view the results via ZC admin. I have gone over all files checking they have 644 permissions. I did not install the admin tracking, or turn that on, or install Farsi language files.

    I have noticed that directly under the admin folder, there are two files - user_tracking.php and user_tracking_config.php. It seems odd (maybe?) that these files are not in subdirectories?

    Any ideas for this newbie?

  8. #8
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: User Tracking Interface[UTI] Support Thread

    Will this work with 1.3.9h and can you post up screen shots of the actual mod working? I think this will help a lot in others deciding whether to use this. Thank you.

  9. #9
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: User Tracking Interface[UTI] Support Thread

    This does not work on 1.3.9h. I installed it on a vanilla store with the latest version 1.5.

  10. #10
    Join Date
    Jul 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: User Tracking Interface[UTI] Support Thread

    Hi,

    I have installed uti and configured it but where does it display the results??

    Thanks

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  2. Database Issue with User Tacking Interface addon from Data Digger
    By stiggy100 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 24 Oct 2010, 12:15 AM
  3. User Tracking Interface [UTI]
    By Shane78 in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 7 Mar 2010, 11:25 PM
  4. User Tracking Interface [UTI]
    By Shane78 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 2 Sep 2009, 10:33 PM
  5. Use zencart without user interface?
    By dayyan in forum General Questions
    Replies: 1
    Last Post: 28 Mar 2008, 02:27 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