User Tracking Interface [UTI]

Description
User Tracking Interface allows Zen Cart to track visitors even if they don't have account or they won't log in. Its interface developers can use to store small portions of information about each visitor in database.
UTI takes care of recognizing visitor and retrieving all stored information about him from database.

Contribution contains example side boxes (list of products visitor viewed recently and list of recently performed searches ) which uses UTI to track and store information about visitors. Use it as demo of UTI and example of use.
+ Download Latest

Submit An Updated Version
Zen Cart® Versions v1.3.8
Original Author data_digger
Last Updated by data_digger - 7 Mar 2010
Downloads 1,883

Version History

User Tracking Interface [UTI]   -   Version: v1.1
======= General =========

This is complete package and contains all necessary files.
Support thread: http://www.zen-cart.com/forum/showthread.php?p=853656

======== Changes ========

v1.1:
- Changed file name of includes/auto_loaders/config.utis.php.php to includes/auto_loaders/config.utis.php
- uti_install.sql missed some inserts
- Fix to: [DELETE FROM uti_attributes WHERE uti_row_id = ? AND name IN () ]
- UTI tables now use DB_PREFIX

======== Update instructions ========
If You have version 1.0 do following:
- delete file includes/auto_loaders/config.utis.php.php
- upload file includes/auto_loaders/config.utis.php from new version
- upload file includes/classes/uti.php from new version (overwrite old file)
- execute:
SELECT (@group_id:=configuration_group_id) FROM configuration_group WHERE configuration_group_title LIKE 'UTI Variables';
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order) VALUES('[Recent Products] Max recent products to show', 'UTI_RECENT_PRODUCTS_MAX', '5', 'How many recent products should be displayed in sidebox?', @group_id, 1);
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order) VALUES('[Recent Searches] Max recent searches to show', 'UTI_RECENT_SEARCHES_MAX', '5', 'How many recent search results should be displayed in sidebox?',@group_id, 2);
- if You have custom DB_PREFIX (for example 'zen_') change name of uti and uti_attributes tables to DB_PREFIXuti and DB_PREFIXuti_attributes ('zen_uti','zen_uti_attributes')
- done, DON'T DO ANYTHING ELSE! (don't upload any files)
  + Download
Zen Cart® Versions v1.3.8
Date Added 7 Mar 2010
Author data_digger
File Size 17.6 KB
Encapsulated? No
Downloads 1,146
 
User Tracking Interface [UTI]   -   Version: 1.01
Module had incorrect directory structure. This update fixes that.
You should delete includes/includes directory (yes, there was 'includes' directory in 'includes' directory in previous release)
  + Download
Zen Cart® Versions v1.3.8
Date Added 16 Jul 2009
Author data_digger
File Size 18.7 KB
Encapsulated? No
Downloads 628
 
User Tracking Interface [UTI]   -   Version: 1.0
  + Download
Zen Cart® Versions v1.3.8
Date Added 14 Jul 2009
Author data_digger
File Size 19.4 KB
Encapsulated? No
Downloads 109
 


disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR