X-Cart integration

From ClickTale Wiki

Jump to: navigation, search

Websites which use the shopping cart software X-Cart can integrate ClickTale by following these steps:

  1. Install the ClickTale PHP integration module under the root X-Cart directory.
  2. Download and extract clicktale.php from here, and save it to the X-Cart root directory.
  3. 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.