Extension is integrate Google Recaptcha with B2B Extension your Magento2 store.
Magento EE 2.2.x, 2.3.x, 2.4.x
Before installation, you need to install the ReCaptcha module
-
Go to Magento2 root folder
-
Enter following commands to install module:
composer faonni/module-re-captcha-b2b
Wait while dependencies are updated.
-
Create a folder {Magento root}/app/code/Faonni/ReCaptchaB2b
-
Download the corresponding latest version
-
Copy the unzip content to the folder ({Magento root}/app/code/Faonni/ReCaptchaB2b)
-
Go to Magento2 root folder
-
Enter following commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)
This works only with modules defined as Composer packages.
-
Go to Magento2 root folder
-
Enter following commands to remove:
composer remove faonni/module-re-captcha-b2b
-
Go to Magento2 root folder
-
Enter following commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)