Checkout not Using Authorize.Net Response

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
kyledr
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Wed Jul 21, 2010 9:36 am

Checkout not Using Authorize.Net Response

Post by kyledr » Mon Sep 13, 2010 12:39 pm

I assume this is intended, but using either Paypal website payments pro or authorize.net lets the user get to the receipt page regardless of the response. I understand it gives indication if the response is bad, but, for various reasons specific to this site's business, the site needs to give them an error after clicking checkout that is reported on the checkout page, and an order should NOT be made until they can get a success response from Authorize.net (which is what this particular site is using). They plan to use auth+capture. Is there any out of the box way to do this? From my testing, the answer is no. Otherwise I guess I'll have to dig into the source code.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Checkout not Using Authorize.Net Response

Post by jmestep » Tue Sep 14, 2010 6:48 am

No, there is no way out of the box to do that. We have customized sites with code that did that.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Checkout not Using Authorize.Net Response

Post by mazhar » Tue Sep 14, 2010 7:04 am

Yeah Judy is right. At the moment AbleCommerce will create order in both success/failure ceases for payments.

kyledr
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Wed Jul 21, 2010 9:36 am

Re: Checkout not Using Authorize.Net Response

Post by kyledr » Tue Sep 14, 2010 9:11 am

Thanks, I just wanted to make sure I didn't have something setup wrong. I now customized it to check the payment status, but I may need to further tweak it so certain events don't happen unless payment is successful. Thanks again for getting back so quickly.

Post Reply