URL im Shopware Store | https://store.shopware.com/en/mnd9813405665247/cookie-notice-eu-guidelines.html |
---|---|
Shopware compatibility | 5.0.0 + |
Date | Changes made |
---|---|
24.10.2019 | Update documentation for 2.0.0 new in 2.0.0:
|
...
Warning |
---|
Note: this software is provided "as is" without any legal gurantee. We are not liable for any legal conformity. Please consult legal support to confirm correct usage for your application scenario. |
Description
Cookie Notice
This Shopware Plugin can provide a notice to shop visitors about the usage of cookies (e.g. EU GDPR or privacy compliance, etc.). It provides also privacy-settings for visitors, so they can manually opt-in or opt-out of trackings on your website. Google Analytics is pre configured and our plugin "Facebook Pixel for Shopware" integrates automatically (from version 1.1.3).
Texts, colors and positioning of the cookie notice can easily configured in the plugin settings.
Privatsphäre Einstellungen
From version 1.2.0 you can enable the privacy-settings dialog. It enables visitors to anonymously configure their opt-in / opt-out preferences. From version 1.4.0 you can integrate your own trackings in the privacy-settings.
Via the plugin configuration you can define the default behavior of the trackings. Opt-In tracking is disabled for new visitors per default. Opt-Out: tracking is enabled for new visitors per default.
...
Banner Mode (top or bottom of viewport) (TODO: Screenshot aktualisieren)
Overlay Mode: (TODO: Screenshot aktualisieren)
Info |
---|
accept only functional necessary: A click on this button results in no changes to the preset opt-in/opt-out settings of the trackings. Please make sure that only trackings with this classification are enabled by default (opt-out mode)! Default cookies of Shopware will always be active. accept all: This wil set the opt-in for all configured trackings. |
...
- Screenshots of privacy settings in shop frontend:
example 1: Google Analytics is Trackings activated by default, the can deactivate the tracking with a button click. (TODO: SCreenshot neu)
...
example 2: user has deactivated the Google Analytics Tracking Trackings for his browser. (TODO: SCreenshot neu)
...
Learn more about this feature in the Chapter for privacy settings.
Installation
Installation in the shop
Just install with the plugin manager and customize the configuration options for your needs.
Note |
---|
Make sure you clear the Shopware Cache (Frontend and HTTP-Proxy) after the installation. |
...
Plugin-Installation: http://en.community.shopware.com/_detail_1638.html?_ga=1.130307917.395169831.1467200155
Plugin-Manager: http://en.community.shopware.com/_detail_1858.html?_ga=1.130307917.395169831.1467200155
Plugin-
...
TODO: Screenshot neu
...
Configuration
Info |
---|
To enable the Google Analytics Opt-In/Opt-Out features, you need to add your Analytics Property ID (UA-XXXXXX-XX) in the plugin configuration. You can add multiple IDs by separating them with comma. |
...
- Backend configuration at the example of "Matomo" (TODO: Screenshot neu)
...
- Frontend: (TODO: Screenshot neu)
Customize your Tracking Code Integration
...
Opt-Out links for shop content (for use in privacy policy etc.)
Info | |||||
---|---|---|---|---|---|
You can open the privacy settings for the user anyhwere in the shop with the following html link:
|
...
Just change cookie-name and cookie-label to the values you've configured in the plugin configuration.
Links for direct opt-in/opt-out from all trackings:
Code Block |
---|
<a href="javascript:mndCookieNotice.mndOptOutAll();“ onclick=„alert('All cookies deactivated.');“>Deactivate all cookies</a> <a href="javascript:mndCookieNotice.mndOptInAll();“ onclick=„alert('All cookies activated.');“>Activate all cookies</a> |
Execute additional Javascript-Code
...
Info | ||
---|---|---|
We recommend placing only dedicated function calls in this field. Complex javascript code is best provided via an javascript include in the template and called via this field. This makes debugging far more easier. e.g.
|
Text configuration
In order to change the text of notice and button please navigate to the snippet management at Configuration → Snippets.
Search for "MndCookie" and you'll find the relevant snippets: (TODO: screenshot neu)
Select the snippet you want to change and click on the button "Edit selected snippets" from the menu above. You can also use HTML for advanced formatting.
Info |
---|
Please note that you'll probably need to clear the Shopware cache again and eventualy the template have to be new compilated, in order to see the changes in the frontend. |
Placed Cookies
Cookie name | Zweck | Kommentar |
---|---|---|
mnd-ga-opted-in | Google Analytics Opt-In | valid for 100 years |
ga-disable-UA-XXXXXXX-XX | Google Analytics Opt-Out | valid for 100 years Will be stored for each Google Analtyics Property ID configured. |
<individual name> | Opt-In / Opt-Out for individual trackings | valid for 100 years |
Info |
---|
You can find more information about our plugin "Facebook Pixel for Shopware" on its documentation page here: v1.x.x Facebook Pixel (MndFacebookPixel) -EN Integration into the privacy settings is provided from version 1.1.3 |
...