Hi I've been trying to get my Goggle Analytics to work correctly (specifically the Ecommerce bit), yes I know there are lots of threads about issue with it.
Anyway thats not directly why I'm posting. While looking at my Receipt page trying to see what not working properly I notice I have two code errors listed.
namely
" rConverDot & rRemoveEncoded is not Defined"
This is coming up on the " Google Analytics Price " page
the full script is: -
<script type="text/javascript">
<!--
var act_price = "<actinic:variable name="Price" />";
act_price = act_price.replace(rConverDot, ".");
act_price = act_price.replace(rRemoveEncoded, "");
//-->
</script>
What is this doing?
Why am I getting an error?
Any help would be great
Matt
Anyway thats not directly why I'm posting. While looking at my Receipt page trying to see what not working properly I notice I have two code errors listed.
namely
" rConverDot & rRemoveEncoded is not Defined"
This is coming up on the " Google Analytics Price " page
the full script is: -
<script type="text/javascript">
<!--
var act_price = "<actinic:variable name="Price" />";
act_price = act_price.replace(rConverDot, ".");
act_price = act_price.replace(rRemoveEncoded, "");
//-->
</script>
What is this doing?
Why am I getting an error?
Any help would be great
Matt
Comment