Zen Cart integration

From ClickTale Wiki
Jump to: navigation, search
ClickTale Wiki
The instructions on this page are intended for self service and online accounts.
Enterprise customers should contact their account managers for integration support.

In order to integrate ClickTale with Zen Cart the implementation of the ClickTale PHP Integration Module is required.

Please download the PHP integration module and follow the instructions for its implementation (Stages 1-8).


***On stage 7 of the implementation of the module, please include the top and bottom PHP snippets inside /includes/application_top.php and inside /includes/application_bottom.php respectively. *** See examples below.


The /includes/application_top.php should look like the following example:

<?php
require_once("[physical_path_to_clicktale_dir_here]\ClickTale\ClickTaleTop.php");
?>


The /includes/application_bottom.php should look like the following example:

<?php
require_once("[physical_path_to_clicktale_dir_here]\ClickTale\ClickTaleBottom.php");
?>