I want to use the subtotal (before VAT) in the Receipt page for tracking purposes but can't find a variable that works.
I am testing as follows, which works:
<script language="javascript" type="text/javascript">
var total = NETQUOTEVAR:ACTINICORDERTOTAL;
document.write(total);
</script>
But I thought NETQUOTEVAR:ACTINICSUBTOTAL was valid but that doesn't work.
Anyone know what variable is available that iwill work for this?
I am testing as follows, which works:
<script language="javascript" type="text/javascript">
var total = NETQUOTEVAR:ACTINICORDERTOTAL;
document.write(total);
</script>
But I thought NETQUOTEVAR:ACTINICSUBTOTAL was valid but that doesn't work.
Anyone know what variable is available that iwill work for this?
Comment