Announcement

Collapse
No announcement yet.

Adding Custom VAR to Receipt Page?

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

    Adding Custom VAR to Receipt Page?

    Hi there,

    Can I add a custom var to the receipt page?

    I would like to add NETQUOTEVAR:GENERALHOWFOUND to show on the receipt page after checkout.

    Im using NETQUOTEVAR:GENERALHOWFOUND for account numbers.

    At the moment the template for Order Phase 4 refuses to populate the NETQUOTEVAR:GENERALHOWFOUND tag.

    What can I do to get my 'account number' feild shown on the reciept page?

    Kind Regards,

    Matt

    #2
    When you create your own variable it is not a NETQUOTEVAR - those are reserved for the Actinic built in variables. Your new variable - which you create in Advanced | Custom Properties - is a CUSTOMVAR, but you include it in the template in the same way CUSTOMVAR:ACCTNUMFIELD

    Next question - how are you going to load the account number value into the CUSTOMVAR?
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Hi,

      I've realised that I overlooked a very obvious solution for what I was trying to do.

      On a previous order page a javascript call filled in a hidden NETQUOTEVAR feild NETQUOTEVAR:GENERALHOWFOUND with the users account number (if they are logged in).

      Instead of thinking about keeping the account number as a javascript var for the receipt page Itried to retreive the posted info from NETQUOTEVAR:GENERALHOWFOUND.

      If your interested here's what I was working on -->

      http://community.actinic.com/showthr...784#post145784

      Comment

      Working...
      X