New Zenner
- Join Date:
- Apr 2007
- Posts:
- 72
- Plugin Contributions:
- 0
Redirect checkout success for iTransact module
Where do I set what page the user is sent to after the order has been placed and is successful?
Views: 2,827
New Zenner
Where do I set what page the user is sent to after the order has been placed and is successful?
New Zenner
I'm creating the passback page for iTransact. After the order is placed I want a receipt/summary to show.
Sensei
Why don't you incorporate the receipt into the checkout_success page?
That way you keep the existing functionality, and add the parts you need also.
How does your module pass back ? What address does it return to ?
Zen Follower
I came across an error on our store the other day and was wondering if you had any idea or could help me. I am not sure if I should post this here or in another thread.
Everything is working fine up until you enter credit card info, the card get charged without a problem but a message pops up that tells you to press continue to finish processing the order (after you have paid for it) and it takes you back to the store and gives you a error message that the page can not be found. The credit card payment gets processed but it does not look like it is going through the store.
Any help? Site is http://xcessorizeme.com/
Thank you!
Zen Follower
I am working on a site where they are using ITransact and having issues with the redirect page. I need to specify the exact page address to redirect to after the CC payemht has been processed. It is currently redirecting to another page and I need to change it. Do you know which file needs to be changed and where it is located?
Thank you!
Zen Follower
I thought I had posted a question here, but I do not see it now. So I will do it again, hope to get an answer. If I am doing it in the wrong place, will someone kindly let me know?
I am having a problem with the addresses in the check out process. I need to redirect the customer through either one, or 2 pages during the check out process (not sure till I look at it) but I am not seeing the file I need to change this in. Does anyone know where I can change the address, what file?
This is what the customer says too, just for more insight.
Everything is working fine up until you enter credit card info, the card get charged without a problem but a message pops up that tells you to press continue to finish processing the order (after you have paid for it) and it takes you back to the store and gives you a error message that the page can not be found. I have attached a screen shot. The credit card payment gets processed but it does not look like it is going through the store. Any help or ideas would be greatly appreciated.
Zen Follower
I had a chance to look at this a little more. This is what I get. I get to the last step in checking out and it asks me for my CC #. I put it in and it directs me to this address :
There it asks me to click continue, when I do so, it then brings me to a page on the zen site that gives me an error and then site map at this address:
Any idea what I need to do? Someone.... help me please!!!!! :no::frusty::frusty::shocking:
Zen Follower
Can anyone help me out? I have no idea where to go from here and some input would be GREAT! Please.....??? Thank you!
Sensei
Most gateways return to FILENAME_CHECKOUT_PROCESS which would point to index.php?main_page=checkout_process
But, if you do that wrong, you end up with fraud issues if you don't validate the response being sent back ... otherwise people can spoof the response and get their stuff for free.
I doubt it's as simple as "what is the return URL". I suspect there are design flaws in the addon module itself. But, having never seen their code, I can't be certain.
New Zenner
DrByte:
Most gateways return to FILENAME_CHECKOUT_PROCESS which would point to index.php?main_page=checkout_process
But, if you do that wrong, you end up with fraud issues if you don't validate the response being sent back ... otherwise people can spoof the response and get their stuff for free.I doubt it's as simple as "what is the return URL". I suspect there are design flaws in the addon module itself. But, having never seen their code, I can't be certain.
Interesting. I spent about an hour posting a question this evening, essentially about this very issue, over in the payment addons forum and included my code for the osCommerce iTransact module that I am porting and am having trouble with.
But less then 90 minutes after the message was posted, an administrator deleted it--with no explanation. I'm simply flabbergasted that someone could be so profoundly unprofessional and yet have admin powers here.
The original thread was https://www.zen-cart.com/forum/showthread.php?t=153831 and contained the complete code for my ported module and detailed instructions meant for fellow programmers.
Tomorrow, when I return to the office, I will use my backup copy of the post and re-post it here. Hopefully, should some administrator delete it again they will have the simple courtesy to explain why so that I don't do whatever wrong thing I did again in future posts.
Wulf
Tell staff why this post should be reviewed.