faonni/module-re-captcha-b2b 2.2.1

Extension is integrate Google Recaptcha with B2B Extension your Magento2 store.

Type

magento2-module

License

OSL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento2 ReCaptchaB2b

Extension is integrate Google Recaptcha with B2B Extension your Magento2 store.

New Company page

Magento2 ReCaptchaB2b

Compatibility

Magento EE 2.2.x

Install

Install via Composer (recommend)

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    composer require faonni/module-re-captcha-b2b
    

    Wait while dependencies are updated.

Manual Installation

  1. Install ReCaptcha

  2. Create a folder {Magento root}/app/code/Faonni/ReCaptchaB2b

  3. Download the corresponding latest version

  4. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/ReCaptchaB2b)

Completion of installation

  1. Go to Magento2 root folder

  2. Enter following commands:

    ```bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)

Configuration Frontend

In the Magento Admin Panel go to Stores > Configuration > Customers > Customer Configuration > ReCAPTCHA.

Magento2 ReCaptchaB2b

Uninstall

This works only with modules defined as Composer packages.

Remove Extension

  1. Go to Magento2 root folder

  2. Enter following commands to remove:

    composer remove faonni/module-re-captcha-b2b
    

Completion of uninstall

  1. Go to Magento2 root folder

  2. Enter following commands:

    ```bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)