Announcement

Collapse
No announcement yet.

Form Variables

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

    Form Variables

    Hi,

    I need to pass some specifically named variables to the Securetrading payment processing server from Catalog's payment form (order01.html).

    For example, Securetrading requires the card holder email address to be named "email" whereas Actinic seems to be hardcoded to pass that field as "INVOICEPOSTALCODE".

    I need to do this to enable the bank to verify the card holder's address.
    The site that I develop (www.victoriaplumb.com) has experienced credit card fraud recently.

    Does anyone know how to change the form's field names?

    I know that these are coded to Act_Order01.html and OrderScript.pl but when I try to alter the fields in here I get validation errors.

    Is there another way of doing it?

    #2
    I have asked the technical team here to take a look. It seems strange that it is naming an email field as a post-code field. Check in 'Design | Text | Checkout | Invoice Address' whether or not you have changed around the usages of the Actinic fields. If you have, the easiest solution may be to change them back.

    Comment


      #3
      I got that wrong, sorry.
      Actinic passes the post code as "INVOICEPOSTCODE" but securetrading want it passed as "POSTCODE".
      However, I found a .pl file in the OCC directory that I've edited and all seems to work ok now.
      Thanks for looking into it.

      Comment

      Working...
      X