PDA

View Full Version : Total Order vAlue in Checkout phase


Charlie
02-Jun-2003, 04:59 PM
Hi
I can get NETQUOTEVAR:THEORDERNUMBER to be populated by adding it to Act_Order_*.html but not NETQUOTEVAR:TOTAL or NETQUOTEVAR:SUBTOTAL.

How can you get the total order value from Actinic in the checkout phase?

Cheers

C

cdicken
03-Jun-2003, 01:58 PM
This is from the Advanced User Guide....

Within the Actinic Receipt page (Act_Order04.html) the following variables are available to be used:

NETQUOTEVAR:FORMATTEDORDERTOTALHTML - the order total formatted in the appropriate currency and encoded for HTML display
NETQUOTEVAR:FORMATTEDORDERTOTALCGI - the order total formatted in the appropriate currency and encoded for CGI
NETQUOTEVAR:ACTINICORDERTOTAL - the order total formatted in the Actinic internal format (integer number in currency base unit)
NETQUOTEVAR:NUMERICORDERTOTALCGI - the order total partially formatted in the appropriate currency and encoded for CGI. This value include decimal and thousand separators, but leaves off the currency symbol.

Hope that helps.

Charlie
03-Jun-2003, 03:23 PM
Thanks Chris

PS I was not looking in the correct part of the advanced guide!