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.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

1.0.1-p2 2018-07-04 07:07 UTC

This package is auto-updated.

Last update: 2024-05-04 20:09:01 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

  1. enable module: php bin/magento module:enable Optiweb_Gdpr
  2. run php bin/magento setup:upgrade from the root directory of your Magento installation

Changelog

  • 1.0.0 initial release
  • 1.0.1 code cleanup

Licence:

MIT. (see LICENCE.txt)