Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This module extends ReCaptcha functionality. The main improvement is reCaptcha protection for Add to cart for form on PDP.

Table of Contents
maxLevel7
minLevel1

Installation

Info

This module is a optional

...

Stores -> Configuration -> Security -> Google ReCaptcha Storefront in Storefront tab.

...

To improve performace deffer loading of recaptcha scripts till any input in form is focused.

Name

Values

Note

Enable for Add To Cart

Yes/No

Add To Cart Protection Mode

Product Attribute/Global 

Use Global setting only under attack

Enable Custom Captcha Note

Yes/No

Custom note will work only for "invisible" recaptcha types and will replace default badge.

Captcha Note

Defer recaptcha scripts

Yes/No

Backend

Note

TODO - BE documentation and review of documentation is needed

Frontend

ReCaptcha custom note displayed instead of the native badge:

...

Magento recpatcha template is replaced with extendedRecaptcha template file:

<referenceBlock name="recaptcha" template="MageSuite_ExtendedRecaptcha::recaptcha.phtml">

...