X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   News and Announcements (https://forum.x-cart.com/forumdisplay.php?f=28)
-   -   PROTX -> Sage Pay (https://forum.x-cart.com/showthread.php?t=47070)

ambal 04-21-2009 05:40 AM

PROTX -> Sage Pay
 
Hi Everybody,

I want X-Cart merchants from UK to know that PROTX changed its name to Sage Pay. However, this change is not just re-naming and logo re-designing. There are slight changes in their products, too:

Quote:

Originally Posted by a Sage Pay rep
On the integration side of things there is a requirement to change the URL end points from Protx.com to Sagepay.com:
http://protx.gtml1.com/Protxlz/Instances/Protxlz/documents//URLs.pdf
But it is not an urgent change as both old and new URL end points will be active for the next 6 months.



So existing PROTX integrations are going to work fine within next 6 months. Meanwhile we are going to publish a patch or instructions how to change the URL in PROTX integration module to make it interface with new SagePay service. Though the change is not hard (it is just a matter of changing URL in PROTX integration module) and you should be able to do it yourself very easily.

X-Cart v4.3 and v4.2.2 are going to have updated integration out of the box.

Also, there is a special offer from Sage Pay for UK X-Cart merchants - 3 months free processing (see http://marketplace.qualiteam.biz/Merchant-Accounts/Sage-Pay)

UPDATE: see http://forum.x-cart.com/showpost.php?p=258486&postcount=17

JMC 04-21-2009 11:22 AM

Re: PROTX -> Sage Pay
 
Worldpay are having changes as well.

If you wish to check them out.

www.worldpay.com/support/content.php?page=news

Will these have any effect on x-cart workings.

I am using version 4.1.8

Regards

John

ambal 04-21-2009 10:07 PM

Re: PROTX -> Sage Pay
 
Quote:

Originally Posted by JMC
Worldpay are having changes as well.

If you wish to check them out.

www.worldpay.com/support/content.php?page=news

Will these have any effect on x-cart workings.

I am using version 4.1.8

Regards

John


John, I believe from technical side of the integration there won't be changes. According to what I've read on the Worldpay's news page the only change which may be required is to add some new WorldPay's hosts in your allowed incoming traffic filter (if you have such in your server firewall) (see "Technical changes" on the WorldPay news page).

But we will contact WorldPay directly in order to ensure that no changes in our integrations are required.

photo 04-22-2009 07:08 AM

Re: PROTX -> Sage Pay
 
Here is the latest update from the SagePay forum.

Quote:

Here is a list of the URLs all located in one place and also an FAQ:
http://www.sagepay.com/developers.html

http://www.sagepay.com/SagePay-Devel...angingURLs.htm

cotc2001 04-22-2009 11:53 AM

Re: PROTX -> Sage Pay
 
I can see where in the protx VSP direct script I need to change the URL (easy enough) but the existing urls have the port :443 appended on to the end of them I presume it's still the case that the :443 should still be there

Quote:

# Determine request URL (simulator, test server or live server)
switch ($module_params['testmode']) {
case 'S':
$pp_test = 'https://ukvpstest.protx.com:443/VSPSimulator/VSPDirectGateway.asp';
break;
case 'Y':
$pp_test = 'https://ukvpstest.protx.com:443/vspgateway/service/vspdirect-register.vsp';
break;
default:
$pp_test = 'https://ukvps.protx.com:443/vspgateway/service/vspdirect-register.vsp';
}

x_session_register("already_posted");
if ($secure_verified_3d && $already_posted) {
func_header_location($current_location.DIR_CUSTOME R."/home.php");
exit;
} else if ($secure_verified_3d && !$already_posted) {
# Determine 3-D Secure callback URL (simulator, test server or live server)
switch ($module_params['testmode']) {
case 'S':
$pp_test = 'https://ukvpstest.protx.com:443/VSPSimulator/VSPDirectCallback.asp';
break;
case 'Y':
$pp_test = 'https://ukvpstest.protx.com:443/vspgateway/service/direct3dcallback.vsp';
break;
default:
$pp_test = 'https://ukvps.protx.com:443/vspgateway/service/direct3dcallback.vsp';

vincent 04-22-2009 12:54 PM

Re: PROTX -> Sage Pay
 
Anyone found the new logos download btw?

Thanks

ambal 04-22-2009 10:11 PM

Re: PROTX -> Sage Pay
 
Quote:

Originally Posted by vincent
Anyone found the new logos download btw?

Thanks


As far as I know the new logos set is not ready. I have a couple JPG and PNG variants + EPS source files which we got from Sage Pay/PROTX rep to use on our web-sites, but I am not sure whether or not I am allowed to publish them here. Set of sizes is quite limited and we had to create a re-sized version of Sage Pay logo for our Sage Pay X-Cart Marketplace page.

I'll check with the Sage Pay rep whether or not I am allowed to publish the logos here.

vincent 04-22-2009 11:41 PM

Re: PROTX -> Sage Pay
 
ok thanks for that Alex.

Quite surprising (read shocking) that they have not sorted this out yet...
Anyway, got 6 months to update I suppose and I was thinking maybe better to wait until after the summer to change these logos... Time for customers to get more familiar with the new brand...

Vincent

ambal 04-23-2009 01:37 AM

Re: PROTX -> Sage Pay
 
Quote:

Originally Posted by vincent
ok thanks for that Alex.

Quite surprising (read shocking) that they have not sorted this out yet...
Anyway, got 6 months to update I suppose and I was thinking maybe better to wait until after the summer to change these logos... Time for customers to get more familiar with the new brand...

Vincent


Set of Sage Pay logos including EPS source files can be downloaded at
http://marketplace.qualiteam.biz/images/SagePay_Logo.zip

This is all I've got from Sage Pay.

PS:
Use EPS source files to create re-sized versions.

vincent 04-23-2009 04:37 AM

Re: PROTX -> Sage Pay
 
Thanks Alex.


All times are GMT -8. The time now is 10:45 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.