Thank you.
I'm waiting for your post.
Thank you.
I'm waiting for your post.
Hi,
I've got the version 2.0.0 of the Protx Direct module completed and tested but I'm not finished the docs so I can't package and upload it tonight. I'll have it uploaded tomorrow.
(I'd a feeling I wouldn't get it "package ready" tonight which is why I originally asked for your e-mail address... all the code is done so you could have tried it out. Anyway... who's worried, it's only a few more hours!)
All the best...
Conor
ceon
Thank you.
I'll wait.
P.S. Can I just upgrade the previous version or I need to re-install it?
Hi,
Please accept my apologies but I'm out of the office today and won't be able to upload to a little bit later... howver, to answer your question:
Upgrade instructions will be in the new documentation, but, yes, basically all you have to do is "remove" the current module in the admin (click "remove" ;)), copy the new files across (overwriting the old ones) and then click "install" in the admin and configure the module as you desire.
The database format has not changed for version 2.0.0 so it really is a drop-in upgrade for anyone like yourself who already has the original installed!
All the best...
Conor
ceon
Hi,
Did you post the new version 2.0?
Thank you.
You'll always find the latest info on Conor's site:-
http://dev.ceon.net/web/zen-cart/protx_direct/
and this thread probably accounts for the delay.
If you haven't installed it yet I can confirm the current version works flawlessly on 1.2.7d.
I connect to the payment gateway.
The protx didn't send me an answer but I think it's something with the url's from protx.php
Any help?
Have Protx created a Simulator or Test Account for you? If a Test account you need to change the url in \includes\modules\payment\protx_direct.php as it is set to use the Simulator.
Read my posts above for further info but you need the following:
PHP Code:$url = (MODULE_PAYMENT_PROTX_DIRECT_TRANSACTION_MODE == 'Live' ? 'https://ukvps.protx.com/vpsDirectAuth/PaymentGateway.asp' : 'https://ukvpstest.protx.com/vpsDirectAuth/PaymentGateway.asp');
Yes, I have a test account.
Can you please tell me your settings:
1. in vpstest/admin server under the settings for full url website: what i have to add after the www.xtradeals.co.uk/........
2. I add the url in protx.php but it's still not working
Thank you.
Have you entered your IP address in the Protx control panel? Web server address and not the SSL IP which is the mistake I made.
What errors are you getting back?
I'm no expert on this but I'm sure Conor will be along at some point.