No Credit Card Error Messages Being Displayed to Customer

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
jacey41
Ensign (ENS)
Ensign (ENS)
Posts: 6
Joined: Tue Jun 09, 2009 9:45 am

No Credit Card Error Messages Being Displayed to Customer

Post by jacey41 » Wed Jun 17, 2009 7:38 am

When our customers are checking out and their credit cards are invalid, there are no messages being displayed to the customer. They think that their order has gone through. How do I get the messages to display.

I know the errors messages are getting thru to my e-commerce site because when I look up the problem records, I can see the reason why the credit card authorization failed.

Do I have something set up incorrectly?

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

Re: No Credit Card Error Messages Being Displayed to Customer

Post by mazhar » Wed Jun 17, 2009 7:51 am

On ReceiptPage enable failed payments handler. You can do this by Going to Administration > Website > Content and Layout and then editing Receipt Page scriptlet and change conlib usage as below.

Code: Select all

[[ConLib:ReceiptPage HandleFailedPayments="true"]]

Post Reply