Announcement

Collapse
No announcement yet.

Updating post url and field for nochex

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

    Updating post url and field for nochex

    Hi

    We're having issues with Nochex, so they told us to post form to:
    <FORM NAME="formOCC" METHOD="post" ACTION="https://secure.nochex.com">
    <INPUT TYPE=HIDDEN NAME="merchant_id" VALUE="sales@domain.co.uk">


    From:

    <FORM NAME="formOCC" METHOD="post" ACTION="https://www.nochex.com/nochex.dll/checkout">
    <INPUT TYPE=HIDDEN NAME="email" VALUE="sales@domain.co.uk">

    We couldnt see how to do this via the application, so I updated this file:

    www.domain.co.uk/acatalog/PSPBounce_00052.fil

    But now we get an error on checkout saying that the signature is incorrect.

    Can anybody please tell me how to make the change?

    Many thanks

    John

    #2
    oh - we're using version actinic version 7, on windows vista

    Comment


      #3
      Hi John,

      Close Actinic and check the URL you have set in 'C:\Program Files\Actinic v7\OCCUpgrade\OCCUpgrade.ini' file. Search for 'ProviderName='Nochex'' and check the 'ProviderURL' and 'DBProviderURL' for them. If it is different, then change it to the correct URL and then increment the version number of this file (top of the file) by 1, so if 'Number=1111', change it to 'Number=1112'. Close and save the file and open Actinic to update the database. Then update your site.

      My version 7.07 already has the 'https://secure.nochex.com' urls so maybe you need to upgrade to the latest v7.
      ********************
      Tracey
      SellerDeck

      Comment

      Working...
      X