Quote Originally Posted by iscatech View Post
Ok, I've finally got the e-commerce working, but I have another problem.

In my tracking code, I have two instances of the GA tracking code, which is causing my statistics to show an inflated hit count and an abnormally low bounce rate.

I look at the code in tpl_main_page.php and find one instance of the GA code and upon checkout, Zencart is adding an extra instance of the GA code.

How do I fix this?
The only way there can be two instances of the tracking code is if you or someone else hand entered it into the page in question (maybe in the footer file?)

You'll need to remove the hand entered version from every page it is on and only leave the version I have in my mod here.

The duplicate tracking code us typically a result of the hand entered code 99.9% of the time. Once you find where the "added code" is (again, check the footer file as a possible area where most people try to hand enter it all) and remove it, you'll be ok.