Download the PHP package customgento/module-cookiebot-m2 without Composer
On this page you can find all versions of the php package customgento/module-cookiebot-m2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download customgento/module-cookiebot-m2
More information about customgento/module-cookiebot-m2
Files in customgento/module-cookiebot-m2
Package module-cookiebot-m2
Short Description This Magento 2 module integrates Cookiebot into your store.
License OSL-3.0
Informations about the package module-cookiebot-m2
CustomGento_Cookiebot
This Magento 2 module integrates Cookiebot into your store. This is useful to give the customer the possibility to block unwanted cookies and only allow wanted cookies. It requires an active Cookiebot subscription and can be completely configured in your Cookiebot account.
Installation
composer require customgento/module-cookiebot-m2
bin/magento module:enable CustomGento_Cookiebot
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
Configuration
After installing the extension, just go to Stores > Configuration > Web > Cookiebot Settings to enable Cookiebot and enter your Cookiebot ID. You find the ID in your Cookiebot account under Settings > Your scripts. All other configuration regarding the cookie overlay is done in your Cookiebot account.
Please mind that this extension uses the manual cookie blocking mode. Hence, you still need to update all scripts, which set not-strictly-necessary cookies in your system as described in the Cookiebot manual implementation guide.
Manual vs. Automatic Cookie Blocking
Unfortunately, Cookiebot currently does not support automatic blocking when RequireJS is used as stated in their docs. Since Magento 2 does use RequireJS, we need to use the manual cookie blocking mode :-(
Disclaimer
You need a Cookiebot account, so that this extension does anything useful for you.
Copyright
© 2020 - present CustomGento GmbH
All versions of module-cookiebot-m2 with dependencies
magento/framework Version ^103.0
magento/module-catalog Version ^104.0
magento/module-cms Version ^104.0
magento/module-config Version ^101.2
magento/module-store Version ^101.1
php Version ^7.4.0||^8.1.0||^8.2.0||^8.3.0||^8.4.0
psr/log Version ^1.1||^2||^3