optiweb / module-gdpr-m2
This extension provides basic GDPR compliance by givin users some control and overview over which cookies are used and which cookies they allow.
1.0.1-p2
2018-07-04 07:07 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/framework: ^100.0.4 || ^101.0.0
This package is auto-updated.
Last update: 2025-03-04 22:01:48 UTC
README
This extension allows users to see which cookies are used, what they do and allows them to disable certain cookies and tracking/marketing scripts from being executed.
Features:
- Display a cookie settings popup on homepage after first visit
- Allow users to disable certain types of cookies (analytics and marketing cookies)
- A page where users can see which cookies the site collects and what they do
- Display user's current cookies and their values
Compatibility
Developed on 2.2.4, to be tested on other versions.
Known issues
- Storeowners must implement their tracking scripts in the module configuration, otherwise the module cannot prevent them from being loaded
Installation:
0. install module: composer require optiweb/module-gdpr-m2
- enable module:
php bin/magento module:enable Optiweb_Gdpr
- run
php bin/magento setup:upgrade
from the root directory of your Magento installation
Changelog
1.0.0
initial release1.0.1
code cleanup
Licence:
MIT. (see LICENCE.txt
)