Announcement

Collapse
No announcement yet.

Variable name for Order Total value please

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

    Variable name for Order Total value please

    I'm looking for the Netquotevar for my order value.
    In v6 I used NETQUOTEVAR:ACTINICORDERTOTAL but I can't seem to find it in v8, can I assume it is the same variable name.
    I need it to include it into my Saletrack script.

    regards Tony
    Your one stop shop for spares.
    Washing Machine Spare Parts

    #2
    Try <Actinic:Variable Name="Total"/> which you should write as

    <Actinic:Variable Name="Total" encoding="perl" selectable="false" />

    if you intend to use it in JavaScript.

    I believe that there are also some other Variables available that return this as a raw number. A bit of seaching should find you info on this.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      I use to pass variable to next page:

      <input type="hidden" name="valortotal" value="<actinic:variable name="NumericOrderTotal" />">

      Comment

      Working...
      X