Without too much coding, is it possible to add Captcha to the payment page? I already have it on registration, but we were hit with 665 fraudulent credit card attempts in a single evening, and my processor has recommended it. They also suggested a page refresh on that page, so credit card information can't be stored on the customer browser. Is this also possible to add?
Running AbanteCart v1.3.3
Yes, it is possible. You can use Google reCAPTCHA, which is a free service that provides CAPTCHAs that are easy for humans to solve, but difficult for bots to crack.
Hello. You can add Recaptcha to the checkout with the Order Attributes (https://marketplace.abantecart.com/order_attributes) 3rd party extension
Quote from: Basara on August 07, 2023, 01:10:04 AM
Hello. You can add Recaptcha to the checkout with the Order Attributes (https://marketplace.abantecart.com/order_attributes) 3rd party extension
Excellent! Thanks!