EU Cookie Policy Pro + Auto Cookie Detection (SW6) + Load scripts only after approval + Google Consent Mode V2 support
Description
Highlights
About the Extension
Supports Google Consent Mode V2 from version 5.3 (see below for documentation and demo container)
Recommended by the IT-Recht Kanzlei Munich: https://www.it-recht-kanzlei.de/rabatt-mandanten-eucookierichtliniepro-shopware.html
Improves the EU Cookie Policy compliant use of your webshop.
Since
Shopware 6 can not prevent cookies from
external scripts (eg Google Analytics) and thus tracking is also
possible without accepting, this plugin is nevertheless urgently needed.
Features
- Non-functional cookies of the shop domain are only allowed in the shop as soon as the user accepts the cookie hint.
- The cookie hint allows the user to activate / deactivate single cookies or whole cookie groups individually.
- Cookies unknown to the plugin will be recognized automatically. These can then be titled by the shop owner and activated for selection in the store. Publicly known cookies (such as Google Analytics, Facebook Pixel, Amazon Pay, Livezilla, Cloudflare, Emarsys and many more) are automatically added to the cookie hint.
- Cookies are automatically assigned to the recognized sales channel and only displayed there in the notice.
- In the plugin settings you can switch between two layout options (Classic cookie note and modal window - since version 1.1.0).
- Shop customers can adjust cookie settings after accepting (to set up the feature, see the installation instructions).
- Buttons "Accept only functional cookies" and "Accept all cookies" can be to the note by plugin configuration if required.
- from version 5.0: Scripts can now be loaded after approval - to do this, create a new "cookie" and fill in the corresponding fields.
- New from version 5.3: Google Consent Mode V2 support
Technical functioning
The plugin recognizes all cookies set via HTTP or via Javascript from an internal (e.g., Shopware CSRF token) or externally loaded script (e.g., Google Analytics). All cookies that are not set for the shop domain and set by an external loaded resource (eg iFrame integration) for an external domain (eg www.paypal.com) can not be recognized by the plugin due to the same origin policy (browser security guidline) and can not be prevented. As an example, this concerns payment bindings loaded via iFrames (e.g., Paypal Express Shopware plugin).
Please note
The Plugin manufacturer assumes no liability for the complete DSGVO conformity and no claim to legal certainty can be asserted. In particular, it should be noted that each case is to be considered separately and does not replace individual legal advice.
Information about implementing Google Tag Manager
https://www.acris.at/media/77/32/3c/1709126654/SW6_Doku_Cookie-Richtlinie-Pro_Tag-Manager_V61_EN.pdf
Container template for the import into the Google Tag Manager (please unpack ZIP archive)
https://www.acris.at/media/GTM_Container_Vorlage_bitte_entpacken_v4.zip
- Scripte, Bilder, iFrames und Links einbinden (im HTML Code)
(wenn es nicht möglich ist, Scripte wie vorgesehen im Cookie Manager
einzubinden)
Zuerst ein neues Cookie anlegen und dann kann die CookieID entsprechend verwendet werden:
LEIDER IST DER BEISPIELCODE HIER NICHT SICHTBAR - bei Bedarf kann der Beispielcode via Supportanfrage bei uns angefragt werden !Image
Vorher:
<img src="https://www.acris.at/media/b0/a0/69/1657629899/ACRIS_Logo_Original_2022_RGB_ohne_Claim.png">Nachher:
<img data-src="https://www.acris.at/media/b0/a0/69/1657629899/ACRIS_Logo_Original_2022_RGB_ohne_Claim.png" data-acriscookie="true" data-acriscookieid="AcrisTestIDd" src="">Iframe
Vorher:
<iframe src="https://www.youtube.com/embed/v2AC41dglnM" width="560" height="315"></iframe>Nachher:
<iframe data-src="https://www.youtube.com/embed/v2AC41dglnM" data-acriscookie="true" data-acriscookieid="AcrisTestID" src="" width="560" height="315"></iframe>Skript direkte Einbindung
Vorher:
<script type="text/javascript"> console.log("test cms"); </script>Nachher:
<script type="text/plain" data-acriscookie="true" data-acriscookieid="AcrisTestID"> console.log("test cms"); </script>Skript Einbindung über src
Vorher:
<script type="text/javascript" src="https://www.w3schools.com/js/myScript.js" />Nachher:
<script type="text/plain" data-acriscookie="true" data-acriscookieid="AcrisTestID" src="https://www.w3schools.com/js/myScript.js" />Link
Vorher:
<link target="_blank" rel="noopener nofollow" href="https://fonts.googleapis.com/css?family=Kanit:400" type="text/css" >Nachher:
<link data-target="_blank" rel="noopener nofollow" href="https://fonts.googleapis.com/css?family=Kanit:400" data-acriscookie="true" data-acriscookieid="AcrisTestID" type="text/css" >
Für "img" oder "iframe" gibt es auch die Möglichkeit einen alternativen Text anzuzeigen.- Es muss ein Element mit der Klasse "acris-cookie-info", direkt danach eingefügt werden. Bespiel.:
<img data-src="https://www.acris.at/media/b0/a0/69/1657629899/ACRIS_Logo_Original_2022_RGB_ohne_Claim.png" data-acriscookie="true" data-acriscookieid="test-id" src=""> <div >Externe Inhalte werden nach der Bestätigung des Datenschutzhinweises geladen.</div>
Oder ein Info Text - Beispiel.:
<img data-src="https://www.acris.at/media/b0/a0/69/1657629899/ACRIS_Logo_Original_2022_RGB_ohne_Claim.png" data-acriscookie="true" data-acriscookieid="test-id" src=""> <div role="alert"> <div > <div >Externe Inhalte werden nach der Bestätigung des Datenschutzhinweises geladen.</div> </div> </div>Mit dem ACRIS CMS Modul und dem HTML-Element lässt sich dann auch noch schön Twig Code verwenden. Beispiel:
<img data-src="https://www.acris.at/media/b0/a0/69/1657629899/ACRIS_Logo_Original_2022_RGB_ohne_Claim.png" data-acriscookie="true" data-acriscookieid="test-id" src=""> <div > {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: "info", content: "Externe Inhalte werden nach der Bestätigung des Datenschutzhinweises geladen." } %} </div>
Details
- Available: English, German
- Latest update: 12 November 2024
- Publication date: 10 February 2020
- Version: 7.0.16
- Category: Special features
Resources
Reviews (28)
Absolute Klasse
Gutes Plugin und schnelle Reaktionszeit beim Support
Perfekter Support, tolles Plugin
Erstklassig in jeder Hinsicht
Gutes Plugin mit sehr gutem Support
Absolut empfehlenswert: Plugin, Dokumentation und Support super
Sehr guter Support
Blitz-Update "zwischen den Jahren"
Das ist mal ein wirklich sensationell schneller und kompetenter Service. Supergut!
Sehr gutes Plugin
Top Erweiterung mit kompetentem, schnellem Support!
About the Extension Partner
ACRIS E-Commerce GmbH
Partner Status
-
Shopware
Gold Partner -
Shopware
Premium Extension Partner
Details
- Ø-Rating: 4.9
- Partner since: 2015
- Extensions: 122
Support
- Based in: Austria
- Speaks: German, English
- Response time: Very quickly