Hi all
I have spent the last 2 weeks trying to get the Realex payment module to work via redirect method. I have got to the stage where you put your card details in on the secure Realex site, hit "Pay" which turns to "Processing" but then you get the error 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."
Now the money is taken from the card account but no order is registered, nor any emails sent.
Realex sent the following error log to me:(mainrealexaccount=the main acc with realex, subrealexaccount= the sub account for this website
04.07.2011 12:13:15 mainrealexaccount $VAR1 = bless( {
''_protocol'' => ''HTTP/1.1'',
''_content'' => '''',
''_rc'' => ''302'',
''_headers'' => bless( {
''connection'' => ''close'',
''client-response-num'' => 1,
''location'' => ''http://www.mystore.co.uk/index.php?main_page=time_out'',
''date'' => ''Mon, 04 Jul 2011 11:13:15 GMT'',
''client-peer'' => ''109.74.245.4:80'',
''content-length'' => ''0'',
''client-date'' => ''Mon, 04 Jul 2011 11:13:15 GMT'',
''content-type'' => ''text/html; charset=iso-8859-1'',
''server'' => ''Apache''
}, ''HTTP::Headers'' ),
''_msg'' => ''Moved Temporarily'',
''_request'' => bless( {
''_content'' => ''MERCHANT_ID=mainrealexaccount&ACCOUNT=subrealexaccount&ORDER_ID=20110704121233-638&AMOUNT=49&TIMESTAMP=20110704121233&MD5HASH=240d1b2a91c2ab82052cd0198732874e& RESULT=00&AUTHCODE=610241&MESSAGE=AUTH+CODE%3A610241&PASREF=130977799411848&AVSP OSTCODERESULT=U&AVSADDRESSRESULT=U&CVNRESULT=M&BATCHID=629280&TSS=0&osCsid=822c7 ed449d0293a5b09d5803b83e62f&COMMENT=Richard+McClung&pas_uuid=ac8f8e866cdd4d1a9e9 4ada6ff1b5767'',
''_uri'' => bless( do{\(my $o = ''http://www.mystore.co.uk/index.php?main_page=checkout_success'')}, ''URI::http'' ),
''_headers'' => bless( {
''user-agent'' => ''epage.cgi, getMerchantContent libwww-perl/5.805'',
''content-type'' => ''application/x-www-form-urlencoded'',
04.07.2011 12:13:15 mainrealexaccount Error connecting to client site:Moved Temporarily
04.07.2011 12:13:15 mainrealexaccount Exiting...
The response page has been set to http://www.mystore.co.uk/index.php?m...eckout_process as per another thread where DrByte says “checkout_process IS the correct URL to return to, since that's what causes the order to be saved and emails sent, before redirecting the visitor to the checkout_success screen to indicate that all the saving and emailing has completed.”
ZenCart 1.3.9h with a template added to the templates folder.
I renamed all the htaccess files to htaccessbak temporarily but no difference.
Any ideas??


Reply With Quote

