Jump to content

Protx to SagePay Protocol Update


Guest toby1

Recommended Posts

Guest toby1

I'm looking to upgrade Protx protocol 2.22 to SagePay protocol 2.23

With the new CubeCart 4.3.2 release, do I just replace the Protx directory? Do any core files need updating?

Thanks!

Link to comment
Share on other sites

  • 11 months later...

Guest imjesus

I'm looking to upgrade Protx protocol 2.22 to SagePay protocol 2.23

With the new CubeCart 4.3.2 release, do I just replace the Protx directory? Do any core files need updating?

Thanks!

Hi there,

I am also interested in finding out about this.

I use CC 4.1.1 with the original ProtX gateway.

SagePay has just emailed me asking me to update my URLS as I am still using ProtX URLs, so I need to update the gateway information.

Is it possible to upgrade just this module, without upgrading my entire store?

Many thanks! :-)

Link to comment
Share on other sites

  • 3 weeks later...

I'm looking to upgrade Protx protocol 2.22 to SagePay protocol 2.23

With the new CubeCart 4.3.2 release, do I just replace the Protx directory? Do any core files need updating?

Thanks!

It is a simple case of taking the modules/gateway/Protx directory from the latest version and replacing the current version you are using - I would obviously recommend keeping a copy of the old Protx directory and doing as much testing following this but it has worked for me perfectly every time

Regards

Ian

Link to comment
Share on other sites

Guest imjesus

I'm looking to upgrade Protx protocol 2.22 to SagePay protocol 2.23

With the new CubeCart 4.3.2 release, do I just replace the Protx directory? Do any core files need updating?

Thanks!

It is a simple case of taking the modules/gateway/Protx directory from the latest version and replacing the current version you are using - I would obviously recommend keeping a copy of the old Protx directory and doing as much testing following this but it has worked for me perfectly every time

Regards

Ian

Thanks Ian! :yeahhh:

Link to comment
Share on other sites

  • 4 months later...
Guest Mark_3w

I am using 3.x Here's how I changed the Protx URL to Sagepay in Cubecart 3.x

Open the file: Modules > Gateway > Protx > transfer.inc.php

Find the comment "Other Vars" around Line 316 and make sure the code underneath looks like this:

if($module['gate'] == "sim") {

	

	$formAction = "https://test.sagepay.com/simulator/VSPFormGateway.asp";



} elseif($module['gate'] == "test") {

	

	$formAction ="test.sagepay.com/gateway/service/vspform-register.vsp";



} elseif($module['gate'] == "live"){

	

	$formAction ="live.sagepay.com/gateway/service/vspform-register.vsp";



}

You should be fine now!

Link to comment
Share on other sites

Guest dapedza

I am using 3.x Here's how I changed the Protx URL to Sagepay in Cubecart 3.x

Open the file: Modules > Gateway > Protx > transfer.inc.php

Find the comment "Other Vars" around Line 316 and make sure the code underneath looks like this:

if($module['gate'] == "sim") {

	

	$formAction = "https://test.sagepay.com/simulator/VSPFormGateway.asp";



} elseif($module['gate'] == "test") {

	

	$formAction ="test.sagepay.com/gateway/service/vspform-register.vsp";



} elseif($module['gate'] == "live"){

	

	$formAction ="live.sagepay.com/gateway/service/vspform-register.vsp";



}

You should be fine now!

Mark, if you read this, would you mind contacting me? Our webdeveloper is fast running out of excuses, won't return calls, answer emails etc.

We've got three small CubeCart (version 3.0.15) sites that all need updating. Thanks to your advice, it looks like a 10 minute job on each (less time than I've spent trying to reach our developer!).

Thanks, Norman Anderson, Karts Online Ltd. 01223 871488 or [email protected]

Link to comment
Share on other sites

Guest dapedza

I am using 3.x Here's how I changed the Protx URL to Sagepay in Cubecart 3.x

Open the file: Modules > Gateway > Protx > transfer.inc.php

Find the comment "Other Vars" around Line 316 and make sure the code underneath looks like this:

if($module['gate'] == "sim") {

	

	$formAction = "https://test.sagepay.com/simulator/VSPFormGateway.asp";



} elseif($module['gate'] == "test") {

	

	$formAction ="test.sagepay.com/gateway/service/vspform-register.vsp";



} elseif($module['gate'] == "live"){

	

	$formAction ="live.sagepay.com/gateway/service/vspform-register.vsp";



}

You should be fine now!

Mark, if you read this, would you mind contacting me? Our webdeveloper is fast running out of excuses, won't return calls, answer emails etc.

We've got three small CubeCart (version 3.0.15) sites that all need updating. Thanks to your advice, it looks like a 10 minute job on each (less time than I've spent trying to reach our developer!).

Thanks, Norman Anderson, Karts Online Ltd. 01223 871488 or [email protected]

Mark, please ignore. Done it myself thanks to your excellent advice.

PS if anyone else is going to do this, don't forget the 'https//' before each URL!

Link to comment
Share on other sites

Guest digitaltransfer

Keep getting this error message

Parse error: syntax error, unexpected ':' in /home/sites/groovebmx.co.uk/public_html/modules/gateway/Protx/transfer.inc.php on line 325

Need help ASAP Thanks

Russell

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...