X-Cart integration
From ClickTale Wiki
Websites which use the shopping cart software X-Cart can integrate ClickTale by following these steps:
- Install the ClickTale PHP integration module under the root X-Cart directory.
- Download and extract clicktale.php from here, and save it to the X-Cart root directory.
- Modify the smarty.php file located in the X-Cart root directory by adding the following to the end of the file:
<?php require_once ($xcart_dir . "/clicktale.php"); ?>
Please note: You need to make sure there are no trailing spaces after the closing > as this might prevent x-cart from functioning.

