Table of Contents
View Magento 2 GDPR Extension Detail Page for Features and Demo
Documentation for Gdpr
Preference
- The General Data Protection Regulation(GDPR) is designed to help online stores comply with the latest legislative EU requirements and strengthen the data Download and privacy. Make sure that your business gets as many customers' consents as possible to be ahead of competition!
- Collect users consents on the registration, checkout and contact us pages
- Ask users for privacy consents in the newsletter subscription form
- Let customers download and their personal data
- Receive customers deletion requests and manage them in one place
- Notify customers about all operations with their personal data
- Create, update and delete privacy policy documents in one place
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
Php bin/magento setup:upgrade
Php bin/magento setup:static-content:deploy
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → GDPR, the module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_GDPR’ ⇒ 1
Step 4: Disable the cache under System → Cache Management
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → GDPR, the module will be displayed in the admin panel.
Backend Example
After Installation of Extension login to magento admin panel for set configuration of the extension.
You can find configuration at Stores → Configuration → Mageants → Cookie Consent
After Installation of Extension login to magento admin panel for set configuration of the extension.
You can find configuration at Stores → Configuration → Mageants→ GDPR
General
Enable or Disable Privacy setting section
Delete Account Request notification
Consent Request Notification
Privacy Checkbox
Grid Example
Create New Template Marketing → Email Template.
Customer Action Log
Consent With Customer
Consent Without Customer
Consents Customer Email Queue
Delete Customer Request
Policy Privacy
Manage Cookie
Manage Cookie Group
Manage Cookie Consent
Frontend Example