Hey,

I just updated our site to the new 9.3.1, everything seems to be running smoothly except the tracking codes we have(and had) in place on the orderconfirmation.aspx page.

Our tracking goes to a third party, and some of the data is getting pulled, just not the revenue. Is the call for the order total different in the newer version. An example of our script is:

<script type="text/javascript">
_springMetq.push(["setdata", { revenue: "(!ORDERTOTAL!)"}]); _springMetq.push(["setdata", { "orderId": "(!ORDERNUMBER!)"}]); _springMetq.push(["setdata", { "customerId": "(!CUSTOMERID!)"}]); _springMetq.push(["convert", "sale" ]);
</script>


Thanks in advance,
Kate