A customer from me want to track ONLY registered users. Here is the code to include into tpl_footer.php:
CheersCode:<?php if (ZEN_CONFIG_USER_TRACKING == 'true' AND $_SESSION['customer_id'] != '') { zen_update_user_tracking(); } ?>
A customer from me want to track ONLY registered users. Here is the code to include into tpl_footer.php:
CheersCode:<?php if (ZEN_CONFIG_USER_TRACKING == 'true' AND $_SESSION['customer_id'] != '') { zen_update_user_tracking(); } ?>
Bookmarks