AbanteCart Community

eCommerce construction => How-to questions => Topic started by: MessEleven on July 13, 2023, 05:37:38 PM

Title: Captcha On Payment Page
Post by: MessEleven on July 13, 2023, 05:37:38 PM
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
Title: Re: Captcha On Payment Page
Post by: pathedits on August 07, 2023, 12:16:52 AM
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.
Title: Re: Captcha On Payment Page
Post by: 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
Title: Re: Captcha On Payment Page
Post by: MessEleven on August 20, 2023, 12:24:21 AM
Hello. You can add Recaptcha to the checkout with the Order Attributes (https://marketplace.abantecart.com/order_attributes) 3rd party extension

Excellent! Thanks!