Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

User Tracking - Originating URL Not Functioning


fut

Recommended Posts

I have just installed User Tracking v1.402 and everything is working fine witht he exception of the Originating URL feature. For those who do not know, this is the feature that tells me where they came from before they come to my site. The author tells me to put this code at the bottom of my /includes/footer.php file:

<?php
 require(DIR_WS_FUNCTIONS . 'user_tracking.php');
if ( OSC_CONFIG_USER_TRACKING == 'true') { tep_update_user_tracking(); }
?>

 

In my admin panel the only two things that show under originating URL is either my site or nothing. It is never another site such as yahoo.com

 

I think what the problem is the fact I have two footer.php files - one called index_footer.php(footer for index.php) and another footer.php - these seperate files are necessary for my design.

 

I tried inserting the .php into only index_footer.php, that didn't work. I tried inserting them into both, that didn't work. I tried setting minimum clicks to 0 and that didn't work.

 

Does anyone know how I can fix this problem?

 

Regards,

George

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...