Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxid-esales/gdpr-optin-module
GDPR opt-in module
https://github.com/oxid-esales/gdpr-optin-module
gdpr oxid-esales oxid-module php
Last synced: 3 days ago
JSON representation
GDPR opt-in module
- Host: GitHub
- URL: https://github.com/oxid-esales/gdpr-optin-module
- Owner: OXID-eSales
- License: other
- Created: 2018-03-05T10:25:42.000Z (almost 7 years ago)
- Default Branch: b-7.3.x
- Last Pushed: 2024-12-05T13:34:21.000Z (about 1 month ago)
- Last Synced: 2024-12-29T19:35:44.207Z (10 days ago)
- Topics: gdpr, oxid-esales, oxid-module, php
- Language: PHP
- Homepage:
- Size: 5 MB
- Stars: 20
- Watchers: 15
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GDPR opt-in module
[![Development](https://github.com/OXID-eSales/gdpr-optin-module/actions/workflows/trigger.yaml/badge.svg?branch=b-7.2.x)](https://github.com/OXID-eSales/gdpr-optin-module/actions/workflows/trigger.yaml)
[![Latest Version](https://img.shields.io/packagist/v/OXID-eSales/gdpr-optin-module?logo=composer&label=latest&include_prereleases&color=orange)](https://packagist.org/packages/oxid-esales/gdpr-optin-module)
[![PHP Version](https://img.shields.io/packagist/php-v/oxid-esales/gdpr-optin-module)](https://github.com/oxid-esales/gdpr-optin-module)[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=OXID-eSales_gdpr-optin-module&metric=alert_status)](https://sonarcloud.io/dashboard?id=OXID-eSales_gdpr-optin-module)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=OXID-eSales_gdpr-optin-module&metric=coverage)](https://sonarcloud.io/dashboard?id=OXID-eSales_gdpr-optin-module)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=OXID-eSales_gdpr-optin-module&metric=sqale_index)](https://sonarcloud.io/dashboard?id=OXID-eSales_gdpr-optin-module)Module adds opt-in functionality which is required for GDPR law.
### Installation
System requirements and installation instructions are described in the module documentation: https://docs.oxid-esales.com/modules/gdpr-optin/de/3.0/installation.html.
### Compatibility
* b-7.2.x module branch for shop 7.2.x branches and compilations
* b-7.1.x module branch for shop 7.1.x branches and compilations
* b-7.0.x module branch for shop 7.0.x branches and compilations
* b-6.x module branch for shop compilation: 6.2.x and up to 6.5.x
* b-2.2.x module branch for shop compilation: 6.0.2 and up to 6.1.x
* v1.x module branch for shop compilation: 5.3.7/4.10.7 or above### Module installation via composer
* **composer require oxid-esales/gdpr-optin-module:^2.3.0** to install the released version compatible with OXID eShop 6.2.x - 6.5.x compilations
* **composer require oxid-esales/gdpr-optin-module:^3.0.0** to install the released version compatible with OXID eShop 7.0.x compilations
* **composer require oxid-esales/gdpr-optin-module:^4.0.0** to install the released version compatible with OXID eShop 7.1.x compilations
* **composer require oxid-esales/gdpr-optin-module:^4.1.0** to install the released version compatible with OXID eShop 7.2.x compilations### Features
Module allows to control:
* the opt-in option for delivery addresses to be conform with GDPR
* the opt-in option for user registration to be conform with GDPR
* the opt-in option for review writing form to be conform with GDPR
* the information customer is shown regarding what happens to the contact form data
after the request has been processed.### Bugs and Issues
If you experience any bugs or issues, please report them in the section **Module GDPR Opt-in** of https://bugs.oxid-esales.com.
### Documentation
The module documentation can be found on our documentation platform: https://docs.oxid-esales.com/modules/gdpr-optin/de/3.0/.
## License
OXID Module and Component License, see [LICENSE file](LICENSE).