Does anyone know which page to edit to add the tracking code for the E-commerce using Google Analytics?
I have GA working successfully on my site, but GA indicates using the ecom code on the Receipt page of your cart.
What does Avactis consider the Receipt page?
This page from checkout -> step3-confirmation.tpl.html
<script type="text/javascript">
pageTracker._addTrans( "order-id", "affiliate","total","tax", "shipping","city","state","country" );
pageTracker._addItem( "order-id", "SKU", "product name", "product category", "unit price","quantity" );
pageTracker._trackTrans();
</script>