Closed (won't fix)
Project:
Ubercart Atos/Sips
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2010 at 22:19 UTC
Updated:
4 May 2010 at 14:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
eme commentedThis could be indeed interesting, but more info is needed about this funtion. Moreover, there is no response.php file that I know. I presume you are talking about call_response.php?
Please provide any link to this function to show us.
Comment #2
eme commentedComment #3
cedricus commentedHi
I've just installed your module and I think I found the solution for the redirection to skip that annoying ''retour a la boutique page' and also solve the problem for the anonymous user.
I'm still in test mode but it seems to be working like a charm.
I don't really know how to post a patch so will tell you now .
on your function ' uc_atos_form($order)'
add this parameter
."$parm data=NO_RESPONSE_PAGE"
that will then redirect straight back to order/complete;
but by doing that the values are passed with the $_GET method so change any $_POST[] to $_GET[]
then I think we can delete the autoresponse function which is now useless.
I've attached the uc_atos.module file.
Comment #4
eme commentedInteresting idea. To be extensively tested!
Little question for you : are the account created for each customer even when anonymous with your fix?
Comment #5
cedricus commentedHi
I've tested it with all the possibility including with anonymous has the site I'm building only use that functionality and i was aware of that issue.
My setup also use role expiration.
All is created in good order I haven't had one issue.
I did about 50 test on this.
I found this trick on the webaffaire doc I phoned them to be sure and they told me the procedure so it's an option that they provide, I found two guys talking about it on a blog for magento, they have used this method too, of course that doesn't mean that it's good but it worked.
I agree it probably needs more test but, this will have to do for me right now as the site is now live and all my test have been successful.
here's the reference
in the guidepersonalisationdespages_webaffaires.doc
page 18.
Comment #6
eme commentedGood, thanks, I'll take that as well on production websites and test it. I think that's clearly the best way to do that. Has to be commited when reviewed. If there is any bug, I'll go back here.
Comment #7
anrikun commentedIsn't there a bug in cancel callback?
Line 326, it should be
instead of
Another minor bug (?): the French "Votre ordre a bien été annulé." should be written in English.
(strange translation by the way: it should be "Votre commande a bien été annulée" !)
Comment #8
anrikun commentedHere is a patch with cedricus's (#3) changes and mine.
Needs review.
Comment #9
anrikun commentedI've been testing #3 for a while and I'm having problems with it: this method doesn't seem to work with 3D Secure.
I'm changing this to "support request" as it's not a bug.
Comment #10
anrikun commentedMarking this as "won't fix" as skipping the "retour à la boutique" button is not supported.
Comment #11
eme commentedNot supported only for 3D Secure? Do you have any clue why? It is the as device that does not support it?
Comment #12
eme commentedIt is not supported only for 3D Secure? And it is not supported because of the atos device or because of this specific module?
Comment #13
anrikun commentedThe data=NO_RESPONSE_PAGE param doesn't seem to work with 3D Secure (the order is cancelled), that's why I have decided not to use it.
This module supports 3D secure.