mikielis/magento2-module-cookie-compliance

EU cookie compliance, Magento 2 module

1.0.0 2018-11-28 18:01 UTC

This package is not auto-updated.

Last update: 2024-09-27 12:47:41 UTC


README

This Magento 2 extension adds a notice telling visitors that your website uses cookies.
Tbe bar can be displayed in two different positions and it contains a short sentence, three buttons - more info, allow cookies and close button in top right corner.
Optionally can be diplayed store’s logo above the sentence.

In your Magento admin you will be able to set following settings:

Functional settings:

  • enable/disable module
  • cookie lifetime (in seconds)
  • show/hide close button
  • change behaviour of the close button (hide bar or hide bar and allow cookies)

Design settings:

  • message position (top or bottom)
  • logo (it can be displayed above the sentence or it can be hidden)
  • “more info” and “allow” buttons: font and background colours, border size and colour, font and background colours when a cursor hovers over them.

Content:

  • add/change sentence
  • “more info” button text
  • “more info” button URL
  • “allow” button text

Screenshots

Store:

Magento admin:

Installation

Pull in the extension through Composer:

composer require "mikielis/magento2-module-cookie-compliance:*"

Learn more on how to install Magento 2 extensions from the command line and follow listed steps: https://devdocs.magento.com/guides/v2.2/comp-mgr/install-extensions.html