View Full Version : Test mode
stevesmith373400
04-16-2009, 11:54 AM
Does anyone know about a "test mode" in the shopping cart. I place an order and get a receipt from Authorize.net saying that it is intest mode and the funds are not processed. It would be processed fine if it were not in test mode. I have turned off the test mode in Authorize.net. Their support says that somewhere in my cart software is a test mode setting that needs to be turned off. Thansk for the help.
Ray Borduin
04-16-2009, 12:19 PM
On your confirm page, search for the word "test" and you should be able to see where it is set to true and can be updated to false.
You can also find it in the local checkout server behavior settings.
Jon Gibson
04-17-2009, 05:04 PM
Hello Steve:
SOLUTION:
1. In confirm.php, open Code View.
2. About line 149 or so, you should see this line:
$AuthNet_required[0][$nextIndex] = "x_test_request";
$AuthNet_required[1][$nextIndex] = "TRUE";
3. Change the "TRUE" value to "FALSE"
Also, if you search for "Powerful Product for Simple Problem" you will find many answers to your questions and more. Authorize.net was tough to get going, but Ray definitely helped! Anyway, I think that post was a pretty decent summary of the information used.
Hope that helps!
Jon
veronica.reid341765
05-28-2009, 05:20 AM
I'm trying to build the same kind of ecart solution selling 3 subscriptions and I also have authorize.net.
Is there any way you can help me work through this process. I'm about ready to lose my marbles.
Veronica
Ray Borduin
05-28-2009, 09:20 AM
Please start a new thread. Explain exactly what you are doing and where you are stuck and we can try to help.
Jason Kline
06-18-2009, 04:28 PM
I got this working after changing to FALSE.
But before I could submit the order by pressing the order button on the order confirmation page, I recieve an email merchant email receipt. It looks like my card was charged before I could confirm. Is this by design or is this a BUG.
Ray Borduin
06-18-2009, 04:30 PM
That would be a bug. It shouldn't charge until you hit the final confirm button on the confirm page. I'm not sure what could have caused this... it is not a common problem or known issue.
Jason Kline
06-18-2009, 04:37 PM
That is scary. I have updated a ticket about this problem.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.