And nothing is tracking for ecommerce tracking either...this is what is in the source code...I do have it activated in the analytics account...I am so frustrated right now....I have been at this for a day and a half - I cannot get this mod to work (I installed the 1.2.5 version with no letters as directed in a former post...)...I cannot ecommerce tracking to work with hand coding it in....I need help ......


<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-xxxxxx-1']); _gaq.push(['_trackPageview']); _gaq.push(['_addTrans', "", "", "", "", "", "", "", "" ]); _gaq.push(['_trackTrans']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>