v1.5.0 Cookie Notice (MndCookieNotice) - EN

URL to Shopware Store

https://store.shopware.com/en/mnd9813405665247/cookie-notice-eu-guidelines.html

Shopware compatibility5.0.0 +
DateChanges made
15.06.2018

Documentation Update version 1.2.0

  • new: opt-in/opt-out feature for google analytics and facebook pixel
  • new: privacy-settings for visitors with opt-in/opt-out functionality
  • new: provided opt-out html link for integration in privacy policy
19.06.2018

Documentation Update version 1.3.0

  • 2 different display options for cookie notice
  • new config option "version" - increase this number to force display of notice to users
28.06.2018

Documentation Update version 1.4.0

  • new: link to privacy settings in customer account menu
  • new: new config options allowing the integration of custom privacy cookies
05.06.2019

Documentation Update version 1.5.0

  • new template "Overlay"
  • redesigned privacy settings




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. 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.

Privacy settings

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.

The Google Analytics opt-out feature should be work with any Google Analytics integration. Please test the function for your implementation, though.

Currently, pirvacy settings of Facebook Pixel works only with our Shopware Plugin "Facebook Pixel for Shopware" (available at Shopware Plugin-Store). The feature is enabled if you configure the Facebook Pixel plugin accordingly.


Opt-Out links for privacy policy

The privacy-settings of the plugin can be opened anywhere from the shop via javascript code.

The plugin now provides javascript functions to trigger the opt outs in html links anywhere in your shop. E.g. you can add a link in your privacy policy to directly opt-out from google analytics.

Our Plugin "Facebook Pixel for Shopware" provides it's own javascript function to call for opt-in / opt-out from Facebook Pixel Tracking


Screenshots

  • Cookie Notice (choose if top/down or modal):


template 1: text and links left, button right


template 2: text, links and button middle


template Overlay: modal window


  • Screenshots of privacy settings in shop frontend:

example 1: Google Analytics is activated by default, the can deactivate the tracking with a button click.


example 2: user has deactivated the Google Analytics Tracking for his browser.

 


Learn more about this feature in the Chapter for privacy settings.


General Features

  • display regarding cookie usage
    • 2 different layouts
  • several cofigurations
    • Display: notice yes/no
    • Position: top/bottom
    • Fixed: yes/no
    • Text size
    • Background and text color
    • Background transparency
    • Background and text color button
    • Padding
    • Cookie expiration
    • Möglichkeit den Hinweis über die Auswahl "Version" erneut anzeigen zu lassen.
    • Sub-Shop compatible
    • multilingualism (snippets)11
  • Link to privacy statement
    • Display link yes/no
    • Link
    • Link text
    • Link color
  • privacy settings
    • input possibility for Google Analytics UA ID (also more then one, divided through "comma") 
    • display Google Analytics Opt-In/Opt-Out function
      • Google Analytics Opt-In: activate or deactivate Tracking by default
    • display Facebook-Pixel (in combination with Plugin "Facebook Pixel for Shopware")
      • or by creating a custom tracking cooke if you integrated the Facebook Pixel manually
    • define up to 5 custom tracking cookies
  • Execute custom javascript code with button click

Installation

Installation in the shop

Just install with the plugin manager and customize the configuration options for your needs.

Make sure you clear the Shopware Cache (Frontend and HTTP-Proxy) after the installation.


More information about the plugin installation process in Shopware:

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 configuration


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.


Config Option "Notice-Version"

By increasing the config option "notice version" you can force the disply of the notice to your visitors. The accepted version is part of the accept-cookie of the visitor. If the display has a higher version than the user, the notice is displayed to the visitor.

Privacy Settings

When activating the setting "Link to privacy statement", the link to open the privacy settings will be appended to the cookie notice text for visitors. The link to the privacy settings is also appended to the customers account menu.


display frontend/backend: 
  • possibility 1: Google Analytics is activated, the user has the chance to deactivate the tracking.

    


  • possibility 2: Changing the settings at backend to Opt-In function, the user have to activate the tracking.

       


The button "Accept all" (wording can be changed with a snippet) activates all available cookies


Custom privacy cookies

If you want to integrate other tracking cookies to the privacy settings you can easily add up to 5 custom privacy cookies. 

There are three configuration steps:

  1. Choose a cookie label and cookie name
  2. Choose the default setting
  3. Change your integration code

Configure individual trackings

You can configure individual trackings to show in the privacy-settings and control their integration via the set privacy cookie for opt-in and opt-out. You can define 5 individual trackings.

Our plugin sets a "privacy cookie" for each configured tracking with the configured name. In your tracking integratino you can check for the cookie and activate or deactivate the tracking accordingly.

The following steps need to be taken care of:

  1. Set the cookie label: this one shows up in the privacy-settings for the visitor
  2. Set the name of the cookie: This is the internal name of the cookie.
  3. Set the default mode: Opt-In or Opt-Out
  4. Add the if-construct to your tracking integration


  • Backend configuration at the example of "Matomo"

  • Frontend


Customize your Tracking Code Integration

In this case a cookie with the name "matomo-is-active" and the value "true" is created. Now you'll need to integrate the cookie with your integration code:

 <script>
 	if(mndGetTrackingCookie('matomo-is-active') == 'true') {
		your integration code
	} 
 </script>

If the user clicks on the "Opt-Out" button the value of the cookie "matomo-is-active" is changed to "false" and the tracking is disabled.


Opt-Out links for shop content (for use in privacy policy etc.)

You can open the privacy settings for the user anyhwere in the shop with the following html link:

<a href="javascript:mndCookieNotice.mndOpenPrivacySettings();">Privatsphäre-Einstellungen</a>

Links for direct Google Analytics Opt-In/opt-Out:

<a href="javascript:mndCookieNotice.mndGAOptOut();" onclick="alert('Google Analytics deaktiviert.');">Google Analytics deaktivieren</a>

<a href="javascript:mndCookieNotice.mndGAOptIn();" onclick="alert('Google Analytics aktiviert.');">Google Analytics aktivieren</a>


Links for direct opt-in/opt-out from custom trackings:

<a href="javascript:mndCookieNotice.mndOptOutCustom('cookie-name');“ onclick=„alert('cookie-label deactivated.');“>Deactivate cookie-label</a>

<a href="javascript:mndCookieNotice.mndOptInCustom('cookie-name');“ onclick=„alert('cookie-label activated.');“>Activate cookie-label</a>

Just change cookie-name and cookie-label to the values you've configured in the plugin configuration.

Execute additional Javascript-Code

You can enter custom javascript-code in the plugin settings an enabl. This code is run when the user clicks on the 'accept' button (or whatever you label it). Make sure you test your code before you enable this feature.


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.


functionCall1();
functionCall2();
functionCall3();


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:

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.


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 nameZweckKommentar
​mnd-ga-opted-inGoogle Analytics Opt-In​valid for 100 years
ga-disable-UA-XXXXXXX-XXGoogle Analytics Opt-Outvalid 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
Will be stored for each cofigured individual tracking


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


Deinstallation

Uninstall via the plugin manager.

Set cookies won't be removed from the users browser.