Re: WorldPay Module for ZenCartv1.3x
Alan,
- Missing VISA payment is not issue - according to WorldPay this is new setting for TEST mode
- IE warning message is for same reason as broken SSL lock in Firefox -> SSL is broken (as you said)
- When SSL is broken it's really hard to say which content is unsecure -> I wouldn't shop on such site and I'm not allowed to go to LIVE mode
- it's part of WorldPay policy / strategy that you should be able to make succesfull / secure transaction in TEST mode, before you go LIVE
- hopefully I'll get answer from WorldPay regarding broken SSL by tomorrow
- tomorrow or on Thursday I should get in touch with people who deal with payments so hopefully I will be able to test LIVE mode transaction
Keep in touch...
Thank you, Loutka
Re: WorldPay Module for ZenCartv1.3x
I've just been on the phone to WorldPay re the callback issue. They told me that the issue is due to the timing on the meta refresh. They said the refresh was coming through so quickly that it was missing the callback (or something along those lines)..
Does that sound feasible?
Re: WorldPay Module for ZenCartv1.3x
Ok, I've sorted my callback problem. Meta refresh..? no, of course it wasn't! I'm afraid it was far more basic. I'd forgotten that I had the site down for maintenance. I'm happy its now sorted and gutted that my stupidity wasted me so much time!
Re: WorldPay Module for ZenCartv1.3x
So am I only one who can't make secure payments with working callback? :shocking:
Re: WorldPay Module for ZenCartv1.3x
Quote:
Originally Posted by
loutka
So am I only one who can't make secure payments with working callback? :shocking:
I am unable to get the secure payments to work with the callback.
I go though the checkout procedure in Zen Cart. Then I enter in all the credit card information (in test mode). The transaction is accepted, but then nothing happens. I just sit at a page that says the "transaction was accepted". From my understanding, I should be re-directed back to ZenCart, so that the store can process the payment. Am I correct?
Re: WorldPay Module for ZenCartv1.3x
Quote:
Originally Posted by
Soundstream
I go though the checkout procedure in Zen Cart. Then I enter in all the credit card information (in test mode). The transaction is accepted, but then nothing happens. I just sit at a page that says the "transaction was accepted". From my understanding, I should be re-directed back to ZenCart, so that the store can process the payment. Am I correct?
Yes I think you are correct, I'm having same problem when SSL switched ON.
If I don't use SSL I'm redirected back to our website with broken SSL, but it't not good... we need SSL ON :huh:
Re: WorldPay Module for ZenCartv1.3x
I haven't tried with SSL off, since we have to have it on. I wonder if the callback is not working because we are in TEST mode ... perhaps if it was in LIVE mode, it would send you back to the store. But I don't want to be making actual payments to test that.
Re: WorldPay Module for ZenCartv1.3x
Success! (well some anyways).
Not sure if this is the same problem as you have, but I had not noticed/completed all of the changes that were mentioned in this post: http://www.zen-cart.com/forum/showpo...&postcount=263. I was missing the 'SSL' at the end of the first line.
So now the test server will "callback" to my Zen Cart site.
Although I do have some questions ... when it goes back to the Zen Cart site, the URL that it is redirected to is: https://secure-test.ims.worldpay.com...=1205513468815. Is the URL not supposed to be my own domain, not a WorldPay domain?
The actual page that it re-directs to is only half visible. The header, and left hand side is displayed. But the center column, right hand column, and footer are NOT displayed. Checking the source, it is as if the PHP page has just stopped outputting any more code.
Also, the actual order does not show up in the database.
So I am closer, but I have no clue what is happening now. Anyone have any suggestions?
Re: WorldPay Module for ZenCartv1.3x
Quote:
Originally Posted by
cplam999
The modules works fine for me, it is great!:thumbsup:
by the way, I have a suggestion.
The tansaction ID is not record in the admin page,
sometimes I get confuse.. I don't know which order# related to which transaction#..
If in can record order# and transaction ID like PayPal IPN does,
It is perfect!
:P
Anyway, thank you !
Have you managed to do the worldpay to store the response in comments like paypal does?
Re: WorldPay Module for ZenCartv1.3x
So, I managed the get the HTTPS callback response working. It seems I had missed a small change to one of the lines of code that requires an 'SSL' parameter at the end of it.
My (hopefully) final question is this ... when WorldPay returns the shopper to the Zen Cart store in test mode, Zen Cart says that the order was not processed, and no order shows up in the database. Now I believe that this is because WorldPay is returning an code stating that no money took place because it was a "test transaction".
Is this the expected behaviour of a successful test? Or in a successful test, would Zen Cart display that everything worked (even though it was in test mode), and then add the order to the database.
If what has occurred is correct, I'd like to submit my site for approval by WorldPay, but don't want to waste their time if there is more for me to do on my end.