The last time I came across this problem it was due to a SEO URL mod that was either rewriting or blocking the return call.
The last time I came across this problem it was due to a SEO URL mod that was either rewriting or blocking the return call.
Am having same issue with callback URL,its redirecting to session timeout
Strange how this is suddenly occuring,has worked without a glitch for 8 months
And then last night started working again
Running 1.3.9e
Hi Cian (or anyone!)
Did you ever find out what the problem was cos I'm getting it too!
if I put through a transaction with the test Visa number, I get a message:
"Your transaction has been successful but there was a problem connecting back to the merchant's web site. Please contact the merchant and advise them that you received this error message. Thank you. "
Using 1.3.9h see my own post http://www.zen-cart.com/forum/showthread.php?t=182676
I got sorted![]()
Hi
First of all thanks for the module, works fine in testing, am yet to go live but fingers crossed in the next couple of days!
In the meantime I would like to create a custom payment page which mimics the zencart style so although being redirected to a different site (realex) for the payment it doesn't look like the site has taken you to a dodgy looking white space with 'Enter your details here' box!
Now usually I'm pretty good at figuring this sort of thing out but appear to have a mental block on this one and wondered if anyone could lend a hand in pointing me in the right direction.
Realex have sent me there guidlines but as usual the tech terms have me all of a baffle!
The website in question is w w w . a s - i r e l a n d . c o m.
Many thanks
Derek![]()
Hi,
Just to re-cap I got the above sorted, made a template file for them and in the meantime taught myself a little HTML stuff so happy days.
Since installing the module it has worked well up until a few days ago when all of a sudden I am unable to view the payment boxes (realex payment template) in firefox.
This only happens in firefox and doesn't happen to everyone seems to be related to the newer versions of firefox.
Basically I am getting the error 505 cannot use this service from the URL specified (or something to that effect).
The URL that Realex have is the saem as the one being sent but somehow it seems as if Firefox is blocking or not sending the URL, if this is possible?
Any help would be appreciated as I have spoken to Realex numerous times to no avail..
Cheers
looking around for a while for the solution for this, cannt seam to find one?
the payment module works grand, but it just displays a blank page when ever an error is made like forgetting to select card type for example, a blank page with this a url like this:
the error message has been defined in includes/languages/english/modules/payment/realex_remote.php as
and where is should be used is in includes/modules/payment/realex_remote.phpdefine('MODULE_PAYMENT_REALEX_REMOTE_ERROR_CARD_TYPE', '<p class="ErrorInfo">You must select the type of credit/debit card you are using.</p>');
no idea why its not showing up with an error page or message} else {
$error_message = MODULE_PAYMENT_REALEX_REMOTE_ERROR_INVALID_MESSAGE;
running on v1.3.9h. Any clues, fixes or pointers????