Hi
I use a dual currency patch (Norman's, which is very good) on my site.
I have set-up some conversion tracking on my order confirmation page that obtains various details including order value in £GBP. This works great but I have need to set-up another peice of tracking that will track different order and obtain the order value in $USD.
At present to track order value I use:
var orderValue = NETQUOTEVAR:ACTINICORDERTOTAL*0.01;
which obtains GBP. But I cant figure out what I need to change the above to, to grab the USD equivilient. I know it must be possible becuase the USD value is passed through to Worldpay.
Can anyone suggest what value/propertu I should change the above to to get USD?
Paul
I use a dual currency patch (Norman's, which is very good) on my site.
I have set-up some conversion tracking on my order confirmation page that obtains various details including order value in £GBP. This works great but I have need to set-up another peice of tracking that will track different order and obtain the order value in $USD.
At present to track order value I use:
var orderValue = NETQUOTEVAR:ACTINICORDERTOTAL*0.01;
which obtains GBP. But I cant figure out what I need to change the above to, to grab the USD equivilient. I know it must be possible becuase the USD value is passed through to Worldpay.
Can anyone suggest what value/propertu I should change the above to to get USD?
Paul
Comment