aggrosoft/oxid-cookie-compliance

GDPR Cookie Compliance

Installs: 3 171

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 9

Open Issues: 7

Type:oxideshop-module


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"}] to oxsecurityinfo 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)