Kryptronic Software Wiki : ActivateProtxUK

Kryptronic Internet Software Solutions
Most recent edit on 2007-08-30 07:07:57 by KryptronicWebmaster

Additions:

Protx Form

Protx Direct

  1. 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
$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());
	
(PHP)https://ukvpstest.protx.com/vspgateway/service/vspdirect-register.vsp%%
https://ukvps.protx.com/vspgateway/service/vspdirect-register.vsp




Edited on 2007-08-30 06:50:31 by KryptronicWebmaster

Additions:
$olpform = array('url' => 'https://ukvpstest.protx.com/vspgateway/service/vspform-register.vsp',
https://ukvpstest.protx.com/vspgateway/service/vspform-register.vsp

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


Deletions:
$olpform = array('url' => 'https://ukvpstest.protx.com/vps2form/submit.asp',
https://ukvpstest.protx.com/vps2form/submit.asp

https://ukvps.protx.com/vps2Form/submit.asp




Edited on 2007-07-10 16:44:58 by KryptronicWebmaster

Additions:
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.
ClickCartPro - Administration
ClickCartPro - Getting Started


Deletions:
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 you Protx test account before you can 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.
Wiki: Pending Inclusion




Edited on 2007-07-10 10:45:29 by KryptronicWebmaster

Additions:
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 you Protx test account before you can 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.

Deletions:
As supplied the Protx gateway is configured for test mode. 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.



Oldest known version of this page was edited on 2007-07-10 06:49:26 by KryptronicWebmaster []
Page view:

Going "live" with Protx UK/EU Version


As supplied the Protx gateway is configured for test mode. 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.

  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/vps2form/submit.asp',
    	             'button' => 'Continue',
    	             'fields' => array());
  4. Change the url from
    https://ukvpstest.protx.com/vps2form/submit.asp

    to
    https://ukvps.protx.com/vps2Form/submit.asp

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


Wiki: Pending Inclusion