Zen Cart Logo
Forums / General Questions / Page Hangs After Placing Order (Need Help)

Page Hangs After Placing Order (Need Help)

Locked

Views: 1,724

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
10 May 2007, 5:37 PM
#1
tmcashan avatar

tmcashan

New Zenner

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

Page Hangs After Placing Order (Need Help)

Hello.

I have created my e-commerce site in zen-cart and would like any help anyone can give me. I have setup everything and it works great. I recently switched servers and now the site hangs after clicking on the confirm order button.

You can view the site here:

http://heartlightministries.org/resources/

I have pushed the site live and there are customers already calling in asking what's wrong. I am in desperate need of help. I am extremely appreciative of any help that anyone can offer.

I would even take it a step further to compensate monitarily anyone that can definitively help me work out this issue. Thank you VERY much in advance for your time in even reading this.

Sincerely,
Travis

10 May 2007, 5:40 PM
#2
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Page Hangs After Placing Order (Need Help)

what payment processor are you using?

10 May 2007, 6:30 PM
#3
tmcashan avatar

tmcashan

New Zenner

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

Re: Page Hangs After Placing Order (Need Help)

First. Thanks for responding so quickly.

Second. I am currently using the Transfirst ePayment module provided as a third party add-on. I have currently had to setup the database and configure it once already and it was working properly for the most part.

However, since I have migrated the site to the new server the payment does not process. The page doesn't even change. It just sits there thinking after you hit the confirm order button on the last step.

Everything else about the site works and I used Dr. Bytes excellent site migration wiki that as a step by step. It was a very smooth transition aside from this.

Many many thanks if you can help me work this out.

Sincerely,
Travis

10 May 2007, 8:14 PM
#4
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Page Hangs After Placing Order (Need Help)

make sure that cURL is compiled

10 May 2007, 9:54 PM
#5
tmcashan avatar

tmcashan

New Zenner

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

Re: Page Hangs After Placing Order (Need Help)

Thanks again...

I have talked with GoDaddy and they say that cURL is installed and currently able to be used.

Reference Link: http://help.godaddy.com/search.php?topic_id=58&q=curl

Additionally I have done quite a bit of research and think I see the problem. cURL needs to use a proxy in order to properly "talk" to the GoDaddy shared servers. I have tried following the instructions from the zencart help page below but it's still hanging.

Reference Link: http://www.zen-cart.com/forum/showthread.php?t=61528

I also tried to manually edit the transfirst php module based on the link below and it did not affect anything either. I think I'm getting a little discouraged.

Reference Link: http://damonparker.org/blog/2006/10/05/zencart-godaddy-and-curl/

If there is anything you can do to help me I'd be forever grateful!!!

Sincerely,
Travis

10 May 2007, 10:14 PM
#6
tmcashan avatar

tmcashan

New Zenner

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

Re: Page Hangs After Placing Order (Need Help)

I have added the following to the transfirst payment module in the cURL routine:

curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_setopt ($ch, CURLOPT_PROXY,","http://proxy.shr.secureserver.net:3128");
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt ($ch, CURLOPT_TIMEOUT, 45);

Now when I go through checkout I receive this error. Not sure if I am making progress or just spinning in circles.

Fatal error: Call to undefined function: zen_clear_order_id() in /home/content/h/l/i/hlightonline/html/resources/includes/modules/payment/transfirst_epay.php on line 379

11 May 2007, 4:44 PM
#7
tmcashan avatar

tmcashan

New Zenner

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

Re: Page Hangs After Placing Order (Need Help)

Just in case anyone is checking this thread. I downloaded the latest Transfirst ePayment module (v1.21) and installed it and didn't get the same error.

Now the autorization just fails everytime even when I have proper credit card information.

I'll continue to plug away at this and see if I can come up with a solution.

7 Jun 2007, 8:14 PM
#8
thoseguys26 avatar

thoseguys26

New Zenner

Join Date:
Jun 2007
Posts:
10
Plugin Contributions:
0

Re: Page Hangs After Placing Order (Need Help)

Have you fixed this TransFirst problem? I am in the middle of setting up one myself with TransFirst and haven't successfully made a test transaction show up in the TransFirst / ePay manager yet.

I had to change the php mod a bit to make sure the full string of required fields are being sent to the gateway but still working on getting it all working.. It seems to be connecting because I can get accepted or declined but nothing seems to show up in the manager for TransFirst.