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
- Send a note to golive@protx.com and request that your account be activated on the live server.
- In admin under Home > ClickCartPro (GBU) > Commerce: Orders and Checkout > Manage Processing Gateways click on Update next to the Gateway Name Protx - Payment Form
- 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());
- Change the url from
https://ukvpstest.protx.com/vspgateway/service/vspform-register.vsp
to
https://ukvps.protx.com/vspgateway/service/vspform-register.vsp
- Click on Submit to save your change and you should be all set.
Protx Direct
- Send a note to golive@protx.com and request that your account be activated on the live server.
- 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
- 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());
- Change the url from
https://ukvpstest.protx.com/vspgateway/service/vspdirect-register.vsp
to
https://ukvps.protx.com/vspgateway/service/vspdirect-register.vsp
- Click on Submit to save your change and you should be all set.
CategoryGettingStarted
CategoryPaymentGateways
There are no comments on this page. [Add comment]