faonni/module-re-captcha-b2b

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

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

2.2.2 2021-01-31 17:39 UTC

This package is auto-updated.

Last update: 2024-03-29 02:53:09 UTC


README

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

Compatibility

Magento EE 2.2.x, 2.3.x, 2.4.x

Install

Before installation, you need to install the ReCaptcha module

Install via Composer (recommend)

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    composer faonni/module-re-captcha-b2b

    Wait while dependencies are updated.

Manual Installation

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

  2. Download the corresponding latest version

  3. 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:

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

New Company page

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:

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