What happens when an authorization for a credit card fails? Does the customer still proceed to the receipt page as if an order was completed? I think the only difference is instead of a "pending" caption it says "problem." Is this right? I am using AC 7.0.3 build 12458 with authorize.net.
When a credit card authorization fails, should the customer be asked to retry the authorization? Instead the automated e-mail template for placing an order is triggered, and the customer has no idea that there is a problem with the order.
Any help or suggestions?
Credit Card Failed
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Credit Card Failed
There is a setting you can put in the reference to the ReceiptPage conlib to show the customer a page where they can try the payment again. I believe it is HandledFailedPayments="true". The working would be in the conlib help section in the admin.
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: Credit Card Failed
AbleCommerce creates order in both cases where payments are successful or failed. After creation of order customer is taken to receipt page where he can seen his order status. In order to present customer with information letting him know that his credit card payment was not successful you need to turn on the HandleFailedPayments property on reciept page. In order to do this just go receipt page and edit it from bottom. Then in content scriptlet do something like
Code: Select all
[[ConLib:RecieptPage HandleFailedPayments="true"]]
Re: Credit Card Failed
Thank you. You two are awesome.
Re: Credit Card Failed
Oops. Sorry for the multiple replies, but so I just go to edit content scriptlet 'Receipt Page', and in the content box I change
to
Is that right?
Code: Select all
[[ConLib:ReceiptPage]]
Code: Select all
[[ConLib:RecieptPage HandleFailedPayments="true"]]