Announcement

Collapse
No announcement yet.

Protx to Sage Pay Upgrade

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

    Protx to Sage Pay Upgrade

    I've upgraded the Protx URL to Sage Pay in the OCCUpgrade.ini file using Actinic v7 Business Edition using the posts I've seen on here, there is however one thing I can't find out - what is the RemoteProcessScript file, as submit.asp no longer works for Sage Page? I've tried vspdirect-register.vsp and vspform-register.vsp with no success, just get an error from Sage Pay when trying to complete an order.

    Any help would be greatly appreciated!!

    #2
    This is the setup I have for Sage Pay:

    [OCCProvider:22]
    ID=22
    ProviderName='Sage Pay'
    TestModeAvailable=1
    PreAuthorizedAllowed=0
    AuthorizedAllowed=1
    ClassID='{AC070015-43EE-11D2-9520-080000511272}'
    ClassIDManager='{AC070025-43EE-11D2-9520-080000511272}'
    PlugInScriptName='OCCPROTXScriptTemplate.pl'
    ProviderURL='https://live.sagepay.com/gateway/service/'
    RemoteProcessScript='vspform-register.vsp' <--- What goes here?DBPlugInScriptName='OCCPROTXScriptTemplate.pl'
    DBProviderURL='https://test.sagepay.com/gateway/service/'
    DBRemoteProcessScript='vspform-register.vsp' <--- What goes here?
    Debugging=?1
    TechnicalFailAllowed=0
    FinancialFailAllowed=0
    OnlyAuthorize=?0
    TemplateName='Act_OCCPROTXTemplate.html'
    SiteSubDirectory='CommonOCC'
    MaxURLLength=-1
    AccountRegistrationURL='http://www.actinic.co.uk/psp/protx/index.htm'

    Comment


      #3
      there are numerous existing posts and a knowledgebase entry regarding this.
      have you read and followed those?
      Tracey

      Comment


        #4
        Yes, I've read the posts and just figured it out, I had to add the encryption key to the OCCPROTXScriptTemplate.pl file, replace the 'testvendor'. Phew, that was hard work!

        Hopefully this will help anyone else who is having issues with this, please also see:

        http://community.actinic.com/showthread.php?t=32199

        Thanks

        Comment

        Working...
        X