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 the attached clicktale.php file, and save it to the X-Cart root directory.
- Modify the smarty.php file located in the X-Cart root directory: Add 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