
Originally Posted by
econcepts
That is one way to get it accomplished. I've got to update a few minor things in the Google tracking code (nothing major) and when I do will provide JROX compatibility instructions.
Basically JROX uses the override on the checkout success page to place it's tracking only there. As a result, when a successful purchase completes, zen uses the overridden tpl_footer.php page in place of the default one. This results in the Google tracking code being dropped (which must be located on all pages for it to work).
The route I've taken in the past with others was to actually move the JROX tracking code into the tpl_main_page.php code and add an if then statement checking to see if the page was the checkout success or not. If it is, the code is included. If it is not, the code is left out.
I'll address this in a future release of the mod here.