oxid-esales / gdpr-optin-module
This is the GDPR opt-in module for the OXID eShop.
Installs: 369 114
Dependents: 3
Suggesters: 2
Security: 0
Stars: 20
Watchers: 15
Forks: 10
Type:oxideshop-module
Requires
- php: >=8.2
- ext-zip: *
- symfony/filesystem: *
Requires (Dev)
- codeception/codeception: ^5.0
- codeception/module-asserts: ^3.0
- codeception/module-db: ^3.0
- codeception/module-filesystem: ^3.0
- codeception/module-webdriver: ^4.0
- mikey179/vfsstream: ~1.6.8
- oxid-esales/codeception-modules: dev-b-7.2.x
- oxid-esales/codeception-page-objects: dev-b-7.2.x
- oxid-esales/developer-tools: dev-b-7.2.x
- oxid-esales/oxideshop-ce: dev-b-7.2.x
- phpmd/phpmd: ^2.11
- phpstan/phpstan: ^1.8.11
- phpunit/phpunit: ^10.5
- squizlabs/php_codesniffer: 3.*
Conflicts
- oxid-esales/oxideshop-ce: <7.2
- dev-master
- dev-b-7.2.x
- dev-b-7.0.x
- v4.1.0
- v4.0.0
- v3.0.1
- v3.0.0
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.0
- dev-b-8.0.x
- dev-b-7.1.x-fix_gha-OXDEV-8573
- dev-b-7.1.x-light_workflow
- dev-b-7.1.x
- dev-b-7.2.x-OXDEV-8243
- dev-b-7.1.x-CI
- dev-b-7.1.x-feature
- dev-b-6.x
- dev-b-7.0.x-HR
This package is auto-updated.
Last update: 2024-10-22 10:10:41 UTC
README
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.