The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
99
Ready for Magento 2.4
63
Need Your Help
Actively Maintained vv2.6.2

CustomGento_Cookiebot

customgento/module-cookiebot-m2

A Magento 2 module that integrates Cookiebot into your store.

54,656
Downloads
Below average
23
GitHub Stars
Below average
2mo ago
Last Release
1
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
L7 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

vv2.6.2 on Magento 2.4.8-p3
Dec 15, 2025
vv2.6.2 on Magento 2.4.8-p2
Oct 9, 2025
vv2.6.0 on Magento 2.4.8-p2
Aug 14, 2025
vv2.6.0 on Magento 2.4.8
Aug 11, 2025
vv2.5.2 on Magento 2.4.8
May 17, 2025
vv2.5.2 on Magento 2.4.7-p4
Apr 23, 2025

+12 older tests

GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

Share This Module's Status

CustomGento_Cookiebot Magento compatibility status badge

README

Loaded from GitHub

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

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules