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
Requires
- faonni/module-re-captcha: ^2.0
- magento/module-company: 100.0.*|100.1.*|101.1.*
This package is auto-updated.
Last update: 2024-10-29 04:14:49 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)
-
Go to Magento2 root folder
-
Enter following commands to install module:
composer faonni/module-re-captcha-b2b
Wait while dependencies are updated.
Manual Installation
-
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)
Completion of installation
-
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)
New Company page
Uninstall
This works only with modules defined as Composer packages.
Remove Extension
-
Go to Magento2 root folder
-
Enter following commands to remove:
composer remove faonni/module-re-captcha-b2b
Completion of uninstall
-
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)