Announcement

Collapse
No announcement yet.

Protx

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

    Protx

    We have recent started to accept payments through Amex.
    Only problem is we import the orders into Quickbooks which sounds OK but we now have no way of tracking amex transactions.

    Why?
    We have tried to create 2 different payment options for Protx, 1 for all other cards and one for amex.
    Unfortunatly actinix will not allow this.

    Can we copy and paste the protx templates and rename and list as Amex payment.

    #2
    Hi,

    Actinic treats credit cards in the same way, however, our development team have come up with a way to separate them if you have two Protx Accounts (one for Amex and one for all other cards): To do this, you can:

    - close Actinic
    - backup your original 'c:\program files\actinic v7\OCCUpgrad\OCCUpgrade.ini' file
    - Open the OCCupgrade.ini file in notepad
    - Increase the version number by one
    - For the [OCC-ID], change PROTX=22 to PROTXNA=22
    - Add PROTXA=222
    - duplicate the Protx sections as follows (anything surrounded by *** *** are comments and should be removed from the file)

    *** Original Entry ***
    [OCCProvider:22]
    ID=22
    ProviderName='PROTX-Non-Amex' ***changed****
    TestModeAvailable=1
    PreAuthorizedAllowed=0
    AuthorizedAllowed=1
    ClassID='{AC070015-43EE-11D2-9520-080000511272}'
    ClassIDManager='{AC075017-43EE-11D2-9520-080000511272}'
    PlugInScriptName='OCCPROTXScriptTemplate.pl'
    ProviderURL='https://ukvps.protx.com/vps2Form/'
    RemoteProcessScript='submit.asp'
    DBPlugInScriptName='OCCPROTXScriptTemplate.pl'
    DBProviderURL='https://ukvpstest.protx.com/vps2Form/'
    DBRemoteProcessScript='submit.asp'
    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'

    *** new entry ***
    [OCCProvider:222]
    ID=222
    ProviderName='PROTX-Amex'
    TestModeAvailable=1
    PreAuthorizedAllowed=0
    AuthorizedAllowed=1
    ClassID='{AC070015-43EE-11D2-9520-080000511272}'
    ClassIDManager='{AC070017-43EE-11D2-9520-080000511272}'
    PlugInScriptName='OCCPROTXScriptTemplatea.pl' *** mind
    the additiona 'a' at the ene ***
    ProviderURL='https://ukvps.protx.com/vps2Form/'
    RemoteProcessScript='submit.asp'
    DBPlugInScriptName='OCCPROTXScriptTemplatea.pl' *** mind
    the additiona 'a' at the end ***
    DBProviderURL='https://ukvpstest.protx.com/vps2Form/'
    DBRemoteProcessScript='submit.asp'
    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'



    [OCCCurrencies]
    ***all entries with ProviderId=22 must be doubled with ProviderID=222***

    - save this file
    - in Actinic V7\OCCUpgrade\CommonOCC dir
    copy OCCPROTXScriptTemplate.pl and paste it as OCCPROTXScriptTemplatea.pl

    - in these files locate: ######################################################################
    # PROTX VPS Specific constants here
    ######################################################################

    my $sPassword = 'testvendor';

    set 'testvendor' to the encryption key that Protx provide for the relevant option.

    - Open Actinic.

    In this case the existing ProtX PSP should be named as ProtX-Non-Amex
    with the actual account details and you should be able to select another
    one as ProtX-Amex and you can set different account info in it.

    I hope this helps.
    ********************
    Tracey
    SellerDeck

    Comment

    Working...
    X