Hi,
I'm trying to implement the new Google Analtyics e-commerce tracking using custom cart templates. I have the ShopSite Javascript extras tag in the head of the cart pages and can see the cart variables properly populated with my cart values when I view source. But I can't get those variables to display for testing in the head or the body using alert([shopsite variable]); or document.write([shopsite variable]); and GA is not showing any e-commerce info tracking.
I'm trying to build the right string for the new Google analytics and being able to confirm the values are available correctly is required, given the 12-24 hour lag between a transaction and it showing up in GA.
Why is thankyou.cgi only displaying the javascript code rather than processing it for alert() or document.write()?
Anyone have suggestions for troubleshooting/testing?
Thanks.