Kryptronic Software Wiki : ActivateProtxUK

Kryptronic Kryptronic Software Wiki

Going "live" with Protx UK/EU Version


As supplied the Protx gateway is configured for test mode. You will need to make at least 3 test purchases via your website and refund one of these in your Protx test account before you may request the account to go live. When you are ready to make your site live you will need to update the Protx gateway in ClickCartPro administration to have it point to the live Protx server.

Protx Form

  1. Send a note to golive@protx.com and request that your account be activated on the live server.
  2. In admin under Home > ClickCartPro (GBU) > Commerce: Orders and Checkout > Manage Processing Gateways click on Update next to the Gateway Name Protx - Payment Form
  3. In the Protx - Payment Form section scroll down until you see the following
    // +--
    // | Set up the olpform array.
    // +--
    
    $olpform = array('url'    => 'https://ukvpstest.protx.com/vspgateway/service/vspform-register.vsp',
    	             'button' => 'Continue',
    	             'fields' => array());
  4. Change the url from
    https://ukvpstest.protx.com/vspgateway/service/vspform-register.vsp

    to
    https://ukvps.protx.com/vspgateway/service/vspform-register.vsp

  5. Click on Submit to save your change and you should be all set.

Protx Direct

  1. Send a note to golive@protx.com and request that your account be activated on the live server.
  2. In admin under Home > ClickCartPro (GBU) > Commerce: Orders and Checkout > Manage Processing Gateways click on Update next to the Gateway Name Protx Direct - Secure Server
  3. In the Protx - Payment Form section scroll down until you see the following
    // +--
    // | Set up the olpform array.
    // +--
    
    $olpform = array('namespace' => 'gwprocinternal',
    	             'button'    => 'Submit Payment',
    	             'gateway'   => $order['gateway']['id'],
    	             'orderid'   => $order['order']['id'],
    	             'gwurl'     => 'https://ukvpstest.protx.com/vspgateway/service/vspdirect-register.vsp',
    	             'fields'    => array());
  4. Change the url from
    https://ukvpstest.protx.com/vspgateway/service/vspdirect-register.vsp

    to
    https://ukvps.protx.com/vspgateway/service/vspdirect-register.vsp

  5. Click on Submit to save your change and you should be all set.


ClickCartPro - Administration
Wiki: Getting Started