Announcement

Collapse
No announcement yet.

Total Order vAlue in Checkout phase

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Total Order vAlue in Checkout phase

    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

    #2
    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.

    Comment


      #3
      Thanks Chris

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

      Comment

      Working...
      X