Do what the instructions say.
You create a DUPLICATE tpl_footer.php (from the original in the COMMON folder), and on this duplicate, you put the tracking code (at the bottom).
You then FTP this to:
includes/templates/YOUR_TEMPLATE/checkout_success/ (if no such folder - create one)
So you get:
includes/templates/YOUR_TEMPLATE/checkout_success/tpl_footer.php
This is an OVER-RIDE procedure, following zencart convention, and what it does is force the use of the JROX tracking code ONLY when checkout_success is invoked.
At all other times, the STANDARD tpl_footer.php will be invoked - when the tracking code is irrelevant.


Reply With Quote
