Announcement

Collapse
No announcement yet.

Sec Pay Custom Template Issue

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

    Sec Pay Custom Template Issue

    I'm having problems getting a custom template working with secpay. Has any one sucessfully configured OCCSecPayScriptTemplate.pl If so please can i have a look and compare it...

    I've only modified the below line... Is there any other configuration needed?

    Code:
    $sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"template\" value=\"http://www.secpay.com/users/withna01/metaza_secpay.html\">\n";
    When orders are downloaded they stay in payment pending even though they've paid... is that a callback issue?

    Please help!

    #2
    Solved

    I've answered my own question... but if anyone in the future has the same problem the answer is very simple... don't use the template that secpay tell you to use in their documentation. Use the one for actinic:

    http://www.secpay.com/actinic.html

    DOH!

    Comment


      #3
      I found this really annoying - and thankfully found your post and now mine is working, though the old template isn't particularly up-to-date...
      Additionally I had problems getting Actinic to transfer the relevant password to Secpay (PayPoint) as it was giving the error 'Digest Key not accepted' (or similar).
      In the end I had to get a modified OCCSecPayScriptTemplate.pl file from PayPoint, add the Digest Key (the password you would normally enter into Bus Settings), replace the current pl file in the CommonOCC directory (in My Documents/Actinic v9/Sites etc for v9.05) and then re-upload... Not the smoothest of integrations.
      I can't attach the pl file here I'm afraid but if anyone finds this and needs the file then please pop me an email and I'll send it over to you ;]
      Chris
      Chris Adams

      Comment

      Working...
      X