Skip to content

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

License

OSL-3.0, Unknown licenses found

Licenses found

OSL-3.0
LICENSE.txt
Unknown
COPYING.txt
Notifications You must be signed in to change notification settings

karliuka/m2.ReCaptchaB2b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento2 ReCaptchaB2b

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)

About

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

Topics

Resources

License

OSL-3.0, Unknown licenses found

Licenses found

OSL-3.0
LICENSE.txt
Unknown
COPYING.txt

Stars

Watchers

Forks

Packages

No packages published

Languages