Checkout not Using Authorize.Net Response
Checkout not Using Authorize.Net Response
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.
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Checkout not Using Authorize.Net Response
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
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
Re: Checkout not Using Authorize.Net Response
Yeah Judy is right. At the moment AbleCommerce will create order in both success/failure ceases for payments.
Re: Checkout not Using Authorize.Net Response
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.