aggrosoft / oxid-cookie-compliance
GDPR Cookie Compliance
Installs: 3 595
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 9
Open Issues: 7
Type:oxideshop-module
Requires
- php: >=7.1
- aggrosoft/cookiedatabase-lib: ^1.0.0
- dev-master
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.11
- 1.1.10
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- dev-dependabot/npm_and_yarn/minimist-1.2.8
- dev-dependabot/npm_and_yarn/cacheable-request-and-release-it/bumper-and-release-it-10.2.7
- dev-dependabot/npm_and_yarn/http-cache-semantics-4.1.1
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/node-sass-7.0.0
- dev-oxid-61
This package is auto-updated.
Last update: 2025-03-04 18:13:18 UTC
README
Free OXID eShop module for GDRP compliance.
Module for OXID 4/5: https://github.com/aggrosoft/oxid-cookie-compliance/tree/oxid-410
Installation
- Get module by composer
composer require aggrosoft/oxid-cookie-compliance
Configuration
- See module settings
- Activate "Lern-Modus" and make an test order, after this deacticate "Lern-Modus"
- Change cookie settings in general shop data --> cookies
- Add
[{include file="widget/cookieinfos.tpl"}]
tooxsecurityinfo
cms-page - "Lern-Modus" will handle the oxid standard cookies (ESSENTIAL, Google Analytics)
- Add extra cookies in the backend module
- Customize the including of the extra cookies in templates by using
[{if $oViewConf->isCookieCategoryEnabled('MARKETING') == 1}][{/if}]
- Possible cats are ESSENTIAL,PERSONALIZATION,ANALYTICS,MARKETING,UNCATEGORIZED
Notice
- Template compatibility only for wave theme, feel free to contribute for other themes ;-)
- If using more languages add table
compliancecookies
to$this->aMultiLangTables
config.inc.php (supports oxtitle, oxdescription)