Zen Cart Logo
Forums / Addon Payment Modules / Redirect checkout success for iTransact module

Redirect checkout success for iTransact module

Locked

Views: 2,827

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
1 Aug 2007, 8:45 PM
#1
jordana avatar

jordana

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?

2 Aug 2007, 4:04 AM
#2
jordana avatar

jordana

New Zenner

Join Date:
Apr 2007
Posts:
72
Plugin Contributions:
0

Re: Redirect checkout success for iTransact module

I'm creating the passback page for iTransact. After the order is placed I want a receipt/summary to show.

2 Aug 2007, 5:37 AM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Redirect checkout success for iTransact module

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 ?

17 Apr 2010, 8:25 PM
#4
lauriesscraps avatar

lauriesscraps

Zen Follower

Join Date:
Sep 2009
Posts:
255
Plugin Contributions:
0

Re: Redirect checkout success for iTransact module

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!

17 Apr 2010, 8:42 PM
#5
lauriesscraps avatar

lauriesscraps

Zen Follower

Join Date:
Sep 2009
Posts:
255
Plugin Contributions:
0

Re: Redirect checkout success for iTransact module

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!

19 Apr 2010, 8:30 PM
#6
lauriesscraps avatar

lauriesscraps

Zen Follower

Join Date:
Sep 2009
Posts:
255
Plugin Contributions:
0

Re: Redirect checkout success for iTransact module

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.

20 Apr 2010, 2:04 AM
#7
lauriesscraps avatar

lauriesscraps

Zen Follower

Join Date:
Sep 2009
Posts:
255
Plugin Contributions:
0

Re: Redirect checkout success for iTransact module

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 :

https://secure.paymentclearing.com/cgi-bin/rc/ord.cgi.

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:

https://xcessorizeme.com/index.php?main_page=checkout_process?zenid=459jvq90qj974nea911bipj552signature=-----BEGIN%20PGP%20SIGNED%20MESSAGE-----%0A%0Ahttps%3A%2F2Fxcessorizeme.com%2Findex.php%3Fmain_page%3Dcheckout_process%3Fzenid%3D459jvq90qj974nea911bipj552%0A-----BEGIN%20PGP%20SIGNATURE-----%0AVersion%3A%202.6.3ia%0ACharset%3A%20noconv%0A%0AiQCVAwUBS80J2rHOJqLFYyxlAQFKVQQAnhnWxHzxCFofm1EaFSKhUksZWypBbzil%0AsEBypc5N76wnE19ZPE0L3ouIFMZ%2FPXs1A9FKkWs3noUfL%2FPljUlqwWCMSJMIT0YY%0AZeDCmf8j45Hzm%2BJwIsnb%2Bo8GCkPQGvyB69KdlKNw0ygPYhwMa1%2Bp5JlTim52doox%0AkTvJe6PGaYw%3D%0A%3DgnAy%0A-----END%20PGP%20SIGNATURE-----%0A Not all showing up, but a long address with dashes and % signs.

Any idea what I need to do? Someone.... help me please!!!!! :no::frusty::frusty::shocking:

21 Apr 2010, 5:40 AM
#8
lauriesscraps avatar

lauriesscraps

Zen Follower

Join Date:
Sep 2009
Posts:
255
Plugin Contributions:
0

Re: Redirect checkout success for iTransact module

Can anyone help me out? I have no idea where to go from here and some input would be GREAT! Please.....??? Thank you!

22 Apr 2010, 3:52 AM
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Redirect checkout success for iTransact module

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.

29 Apr 2010, 6:35 AM
#10
wulfmaer avatar

wulfmaer

New Zenner

Join Date:
Mar 2010
Posts:
18
Plugin Contributions:
0

Re: Redirect checkout success for iTransact module

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