Hi Mazhar,
I really appreciate your help!
I have done as you recommended but am now just getting the order subtotal displayed as some text on the screen at checkout.
I found out that the code we put in the control library is dependant on the following clicktracks code. Thus, I suspect that it ALL needs to be in a conlib TOGETHER.
Can you tell me what the conlibrary would look like?
Thank you again for your help!
(note: the clicktracks conlibrary contains only the code you recommended in your post)
Code: Select all
<!-- ClickTracks Tracking -->
[[Conlib:Custom/clicktracks]]
<script type="text/javascript">
document.write('<'
+ 'script type="text/javascript" src="'
+ document.location.protocol
+ '//stats4.clicktracks.com/cgi-bin/ctasp-server.cgi'
+ '?i=VN5lHM5WODbdoT'
+ '&c='+escape(document.cookie)
+ '&fp=.trainsignal.com'
+ '"></'+'script>');
</script><noscript><img src="https://stats4.clicktracks.com/cgi-bin/ctasp-server.cgi?i=VN5lHM5WODbdoT&g=1" alt="Web Analytics" border=0></noscript>