Announcement

Collapse
No announcement yet.

How can I get the SubTotal to show twice in Act_Order04.html?

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

    How can I get the SubTotal to show twice in Act_Order04.html?

    I need to show the subtotal again after the order details on Act_Order04.html....can anyone help???
    Neil Bosley
    The Ink Depot
    http://www.theinkdepot.co.uk
    nb@theinkdepot.co.uk

    #2
    Can't really help. The shopping cart comes from a single template, so a change you make there will appear wherever the shopping cart appears.

    There are some variables for including the whole order total anywhere you want in the receipt page. These variables are:

    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.

    Comment


      #3
      Hi Chris

      Thanx for you reply, think we got it sorted now

      Cheers

      Neil
      Neil Bosley
      The Ink Depot
      http://www.theinkdepot.co.uk
      nb@theinkdepot.co.uk

      Comment

      Working...
      X