I am trying to get this script to work for Visual Website Optimizer. I was told to add this on the Thank you page.
<script>
var _vis_opt_revenue=49;
</script>
... here 49 is a variable and changes depending on your cart system. You can read the article here-- http://visualwebsiteoptimizer.com/split-testing-blog/revenue-tracking-for-ab-testing/
I know the variable I need is ss_ordertotal, but I can't seem to get it to work on the Thank you page. I followed another post you had here in the forum and wrote this, but it is not working:
<script language="javascript">
<!--
/* Visual Website Optimizer Tracking */
var _vis_opt_revenue = ss_ordertotal;
//-->
</script>