EU Cookie Policy Pro + Auto Cookie Detection (SW6) + Load scripts only after approval + Google Consent Mode V2 support
Technical Information
Highlights
-
Automatic cookie detection
-
Load scripts only after consent
-
Google Consent Mode V2 support
-
Edit cookie information / functions / layout
-
Cookie settings / group
Features
-
Google Consent Mode V2 support as well as GA4 and Google Ads
-
Scripts can now only be loaded after approval (create new cookie, insert script, determine script code position (head, body)).
-
Selection of the cookies in the storefront
-
Change between modal window and classic cookie notice
-
Cookies are only allowed after acceptance in the shop
-
Automatic cookie detection per language- or subshop
-
Cookies backend administration
-
Optional in-app purchase: Cookie statistics – analysing cookie consents in the admin panel
Supports Google Consent Mode V2 (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/80/03/a3/1773766038/GTM_Container_Vorlage_bitte_entpacken_v9.zip
In-app purchase: Cookie Statistics
The optional in-app purchase ‘Cookie Statistics’ is available within the plugin for analysing cookie consents.
The Cookie Statistics feature allows shop owners to track, via the admin panel, how visitors interact with the cookie notice. The selected consent types are recorded statistically and clearly displayed in the backend.
Features of the in-app purchase
- Analysis of cookie consent in the admin panel
- Displays whether visitors have accepted all cookies, no cookies, only functional cookies, or selected cookies
- Customisable analysis period for flexible reporting
- Automatic deletion of older statistics entries after a configurable period
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 class="img-fluid" src="https://www.acris.at/media/b0/a0/69/1657629899/ACRIS_Logo_Original_2022_RGB_ohne_Claim.png">Nachher:
<img class="img-fluid" 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 href="https://fonts.googleapis.com/css?family=Kanit:400" rel="stylesheet" type="text/css" href="">Nachher:
<link data-href="https://fonts.googleapis.com/css?family=Kanit:400" data-acriscookie="true" data-acriscookieid="AcrisTestID" rel="stylesheet" type="text/css" href="">
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 class="img-fluid" 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 class="acris-cookie-info">Externe Inhalte werden nach der Bestätigung des Datenschutzhinweises geladen.</div>
Oder ein Info Text - Beispiel.:
<img class="img-fluid" 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 class="acris-cookie-info alert alert-info" role="alert"> <div class="alert-content-container"> <div class="alert-content">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 class="img-fluid" 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 class="acris-cookie-info"> {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: "info", content: "Externe Inhalte werden nach der Bestätigung des Datenschutzhinweises geladen." } %} </div>
- Integrating scripts via other plugins / apps
1. A cookie must first be created in the admin (Settings > Extensions > EU Cookie Policy Pro > Cookies). The cookie ID can be: "my_cookie". The cookie must have a default value entered. In our example, this is the value 1.
2. The following script can then be inserted in the other extension:
import CookieStorage from 'src/helper/storage/cookie-storage.helper';
init();
function init() {
const cookie = CookieStorage.getItem('my_cookie');
if(cookie === '1') {
loadMyScript();
}
}
function loadMyScript() {
const script = document.createElement('script');
script.async = true;
script.src = 'https://www.my-script.com/script.js';
document.body.appendChild(script);
}
Complementary Extensions for Tracking & Consent
The following plugin extend tracking and consent functionality in Shopware and can be used in combination.
Google Tag Manager – GA4, Google Ads & Server-Side Tracking
Enables centralized integration and management of tracking services and supports modern tracking methods.
Installation
The installation is done via the plugin manager.
If
shop pages are called up after the activation of the plugin in the
storefront, the automatic cookie recognition becomes active and yet
unknown cookies become visible in the cookie backend settings. New
cookies are assigned to one or more sales channels and have to be
recognized in each one.
Important: Set the Shopware setting for the cookie mode to "Show only hint" for avoiding future problems.
Change cookie settings after accepting
In order for shop customers to be able to subsequently change the cookie notice, javascript: window.openCookieConsentManager(); must be entered at a shop page at "Link address". When clicking on the shop page in the footer, the cookie notice appears again
Videos
Frequently Asked Questions
No. Non-functional cookies do not become active until the user clicks "Accept cookies". Before cookies are prevented by the plugin in the shop according to the EU Cookie Policy.
The following cookies are set by the plugin itself:
* acris_cookie_acc (cookie of the plugin) * cookie-permission (Shopware Standard Cookie) * acris_cookie_landing_page (Saves the landing page for later use with tracking tools) * acris_cookie_referrer (Saves the referrer for later use with tracking tools) * acris_cookie_first_activated (Saves which cookies have already been accepted by the user for the first time)
The button "Accept cookies" cannot be hidden for reasons of functionality. This button ensures that the user(s)* accept(s) the cookies selected in the privacy settings. If the button were to be hidden, he/she would no longer be able to make a selection and this function must be available. Alternatively the button Text in the text module administration can be renamed to "Accept selected cookies" (text module acrisCookieConsent.acceptOnlyFunctionalButton).
Basically, we recommend that you always first take a closer look at the plug-ins you are using. These often set cookies, which can then be easily titled. Furthermore, Google can also help with publicly known cookies. If the cookies cannot be identified, we recommend naming them in case of doubt, assigning them to a group but leaving them inactive. Cookies can also be set by bots or by browsers, they do not necessarily have to come from the system itself.
The cookies found in the shop can come from the following sources:
* Third party plugin * Embedded script on the page directly or via TagManager * An unwanted bot sets a cookie.So please check your extensions and included scripts in the shop first. If you can't assign the cookies, I would recommend you either delete them and check if they reappear, or name them, assign them to a group and leave them inactive in case of doubt. So they will not be reported again, will not be shown in the cookie hint and will be blocked in the shop.
The automatic cookie recognition can be deactivated in the plugin settings. The following applies: As long as no new trackings, scripts, plugins, etc. are integrated, no relevant new cookies will appear with high probability. When integrating a new service, we recommend to activate the automatic cookie recognition for a short time and test the shop for new cookies. To do so, simply test various shop functions in the storefront.
Yes, adjustments must be made in the Google Tag Manager so that the data layer variables sent are read correctly. (see documentation in the plugin description)
| Version | Date | Compatibility | Changelog |
|---|---|---|---|
| 10.2.0 | 13 July 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 10.1.0 | 13 July 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 10.0.11 | 1 June 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 10.0.10 | 1 June 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 10.0.9 | 27 May 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 10.0.8 | 7 May 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 10.0.7 | 27 April 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 10.0.6 | 22 April 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 10.0.5 | 15 April 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 10.0.4 | 25 March 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 10.0.3 | 16 March 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 10.0.2 | 16 March 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 10.0.1 | 26 February 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 10.0.0 | 25 February 2026 | >=6.7.3.0 <6.8.0.0 |
|
| 9.5.8 | 23 February 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 9.5.7 | 18 February 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 9.5.6 | 16 February 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 9.5.5 | 9 February 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 9.5.4 | 9 February 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 9.5.3 | 16 December 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.5.2 | 16 December 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.5.1 | 9 December 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.5.0 | 29 September 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.4.2 | 18 September 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.4.1 | 17 September 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.4.0 | 15 September 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.3.0 | 27 August 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.2.6 | 21 August 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.2.5 | 30 July 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.2.4 | 30 July 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.2.3 | 11 July 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.2.2 | 3 July 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.2.1 | 30 June 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.2.0 | 13 June 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.1.2 | 15 May 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.1.1 | 15 May 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.1.0 | 9 May 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 9.0.0 | 8 May 2025 | >=6.7.0.0 <6.8.0.0 |
|
| 8.4.11 | 1 June 2026 | >=6.6.0.0 <6.7.0.0 |
|
| 8.4.10 | 15 April 2026 | >=6.6.0.0 <6.7.0.0 |
|
| 8.4.9 | 13 April 2026 | >=6.6.0.0 <6.7.0.0 |
|
| 8.4.8 | 18 February 2026 | >=6.6.0.0 <6.7.0.0 |
|
| 8.4.7 | 16 February 2026 | >=6.6.0.0 <6.7.0.0 |
|
| 8.4.6 | 9 February 2026 | >=6.6.0.0 <6.7.0.0 |
|
| 8.4.5 | 9 February 2026 | >=6.6.0.0 <6.7.0.0 |
|
| 8.4.4 | 16 December 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 8.4.3 | 9 December 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 8.4.2 | 18 September 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 8.4.1 | 17 September 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 8.4.0 | 15 September 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 8.3.0 | 27 August 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 8.2.3 | 21 August 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 8.2.2 | 30 July 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 8.2.1 | 30 June 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 8.2.0 | 13 June 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 8.1.3 | 15 May 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 8.1.2 | 15 May 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 8.1.1 | 9 May 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 8.1.0 | 9 May 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 8.0.6 | 5 May 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 8.0.5 | 5 May 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 8.0.4 | 30 April 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 8.0.3 | 15 April 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 8.0.2 | 24 March 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 8.0.1 | 13 March 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 8.0.0 | 13 March 2025 | >=6.6.10.0 < 6.7.0.0 |
|
| 7.0.23 | 25 February 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.22 | 21 February 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.21 | 19 February 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.20 | 23 January 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.19 | 10 January 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.18 | 19 November 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.17 | 19 November 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.16 | 12 November 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.15 | 25 October 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.14 | 20 September 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.13 | 19 September 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.12 | 29 July 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.11 | 4 July 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.10 | 10 June 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.9 | 29 May 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.8 | 23 May 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.7 | 14 May 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.6 | 25 April 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.5 | 24 April 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.4 | 24 April 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 7.0.3 | 8 April 2024 | >=6.6.0.0 |
|
| 7.0.2 | 26 March 2024 | >=6.6.0.0 |
|
| 7.0.1 | 15 March 2024 | >=6.6.0.0 |
|
| 7.0.0 | 15 March 2024 | >=6.6.0.0 |
|
| 6.3.21 | 3 March 2026 | >=6.5.1.0 <6.6.0.0 |
|
| 6.3.20 | 25 February 2026 | >=6.5.1.0 <6.6.0.0 |
|
| 6.3.19 | 28 July 2025 | >=6.5.1.0 <6.6.0.0 |
|
| 6.3.18 | 19 November 2024 | >=6.5.1.0 <6.6.0.0 |
|
| 6.3.17 | 20 September 2024 | >=6.5.1.0 <6.6.0.0 |
|
| 6.3.16 | 19 September 2024 | >=6.5.1.0 <6.6.0.0 |
|
| 6.3.15 | 18 September 2024 | >=6.5.1.0 <6.6.0.0 |
|
| 6.3.13 | 10 June 2024 | >=6.5.1.0 <6.6.0.0 |
|
| 6.3.12 | 29 May 2024 | >=6.5.1.0 <6.6.0.0 |
|
| 6.3.11 | 23 May 2024 | >=6.5.1.0 <6.6.0.0 |
|
| 6.3.10 | 30 April 2024 | >=6.5.1.0 <6.6.0.0 |
|
| 6.3.9 | 25 April 2024 | >=6.5.1.0 <6.6.0.0 |
|
| 6.3.8 | 8 April 2024 | >=6.5.1.0 |
|
| 6.3.7 | 26 March 2024 | >=6.5.1.0 |
|
| 6.3.6 | 26 February 2024 | >=6.5.1.0 |
|
| 6.3.5 | 22 February 2024 | >=6.5.1.0 |
|
| 6.3.4 | 20 February 2024 | >=6.5.1.0 |
|
| 6.3.3 | 14 February 2024 | >=6.5.1.0 |
|
| 6.3.2 | 13 February 2024 | >=6.5.1.0 |
|
| 6.3.1 | 8 February 2024 | >=6.5.1.0 |
|
| 6.3.0 | 8 February 2024 | >=6.5.1.0 |
|
| 6.2.3 | 16 January 2024 | >=6.5.1.0 |
|
| 6.2.2 | 13 December 2023 | >=6.5.1.0 |
|
| 6.2.1 | 7 November 2023 | >=6.5.1.0 |
|
| 6.2.0 | 24 October 2023 | >=6.5.1.0 |
|
| 6.1.9 | 11 October 2023 | >=6.5.1.0 |
|
| 6.1.8 | 11 October 2023 | >=6.5.1.0 |
|
| 6.1.7 | 19 September 2023 | >=6.5.1.0 |
|
| 6.1.6 | 28 August 2023 | >=6.5.1.0 |
|
| 6.1.5 | 16 August 2023 | >=6.5.1.0 |
|
| 6.1.4 | 8 August 2023 | >=6.5.1.0 |
|
| 6.1.3 | 24 July 2023 | >=6.5.0.0 |
|
| 6.1.2 | 24 July 2023 | >=6.5.0.0 |
|
| 6.1.1 | 21 July 2023 | >=6.5.0.0 |
|
| 6.1.0 | 19 July 2023 | >=6.5.0.0 |
|
| 6.0.8 | 12 July 2023 | >=6.5.0.0 |
|
| 6.0.7 | 11 July 2023 | >=6.5.0.0 |
|
| 6.0.6 | 6 July 2023 | >=6.5.0.0 |
|
| 6.0.5 | 5 July 2023 | >=6.5.0.0 |
|
| 6.0.4 | 19 June 2023 | >=6.5.0.0 |
|
| 6.0.3 | 8 May 2023 | >=6.5.0.0 |
|
| 6.0.2 | 4 May 2023 | >=6.5.0.0 |
|
| 6.0.1 | 27 April 2023 | >=6.5.0.0 |
|
| 6.0.0 | 17 April 2023 | >=6.5.0.0 |
|
| 5.3.13 | 18 July 2024 | >=6.4.13.0 <6.5.0.0 |
|
| 5.3.12 | 18 July 2024 | >=6.4.11.0 <6.4.13.0 |
|
| 5.3.11 | 10 June 2024 | >=6.4.11.0 <6.5.0.0 |
|
| 5.3.10 | 29 May 2024 | >=6.4.11.0 <6.5.0.0 |
|
| 5.3.9 | 23 May 2024 | >=6.4.11.0 <6.5.0.0 |
|
| 5.3.8 | 8 April 2024 | >=6.4.11.0 |
|
| 5.3.7 | 26 March 2024 | >=6.4.11.0 |
|
| 5.3.6 | 26 February 2024 | >=6.4.11.0 |
|
| 5.3.5 | 23 February 2024 | >=6.4.11.0 |
|
| 5.3.4 | 22 February 2024 | >=6.4.11.0 |
|
| 5.3.3 | 14 February 2024 | >=6.4.11.0 |
|
| 5.3.2 | 14 February 2024 | >=6.4.11.0 |
|
| 5.3.1 | 8 February 2024 | >=6.4.11.0 |
|
| 5.3.0 | 8 February 2024 | >=6.4.11.0 |
|
| 5.2.2 | 16 January 2024 | >=6.4.11.0 |
|
| 5.2.1 | 13 December 2023 | >=6.4.11.0 |
|
| 5.2.0 | 19 July 2023 | >=6.4.11.0 |
|
| 5.1.8 | 12 July 2023 | >=6.4.11.0 |
|
| 5.1.7 | 19 June 2023 | >=6.4.11.0 |
|
| 5.1.6 | 8 May 2023 | >=6.4.11.0 |
|
| 5.1.5 | 4 May 2023 | >=6.4.11.0 |
|
| 5.1.4 | 27 April 2023 | >=6.4.11.0 |
|
| 5.1.3 | 28 March 2023 | >=6.4.11.0 |
|
| 5.1.2 | 27 March 2023 | >=6.4.11.0 |
|
| 5.1.1 | 27 March 2023 | >=6.4.11.0 |
|
| 5.1.0 | 22 March 2023 | >=6.4.11.0 |
|
| 5.0.5 | 15 March 2023 | >=6.4.11.0 |
|
| 5.0.4 | 15 March 2023 | >=6.4.11.0 |
|
| 5.0.3 | 9 February 2023 | >=6.4.11.0 |
|
| 5.0.2 | 8 February 2023 | >=6.4.11.0 |
|
| 5.0.1 | 26 January 2023 | >=6.4.11.0 |
|
| 5.0.0 | 20 January 2023 | >=6.4.11.0 |
|
| 4.4.0 | 16 January 2023 | >=6.4.11.0 |
|
| 4.3.4 | 13 January 2023 | >=6.4.11.0 |
|
| 4.3.3 | 30 December 2022 | >=6.4.11.0 |
|
| 4.3.2 | 15 December 2022 | >=6.4.11.0 |
|
| 4.3.1 | 14 December 2022 | >=6.4.11.0 |
|
| 4.3.0 | 13 December 2022 | >=6.4.11.0 |
|
| 4.2.0 | 26 November 2022 | >=6.4.11.0 |
|
| 4.1.0 | 26 November 2022 | >=6.4.11.0 |
|
| 4.0.5 | 26 November 2022 | >=6.4.11.0 |
|
| 4.0.4 | 26 November 2022 | >=6.4.11.0 |
|
| 4.0.3 | 26 November 2022 | >=6.4.11.0 |
|
| 4.0.2 | 26 November 2022 | >=6.4.11.0 |
|
| 4.0.1 | 26 November 2022 | >=6.4.11.0 |
|
| 4.0.0 | 26 November 2022 | >=6.4.11.0 |
|
| 3.5.0 | 26 November 2022 | >=6.4.1.0 |
|
| 3.4.3 | 26 November 2022 | >=6.4.1.0 |
|
| 3.4.2 | 26 November 2022 | >=6.4.1.0 |
|
| 3.4.1 | 26 November 2022 | >=6.4.1.0 |
|
| 3.4.0 | 26 November 2022 | >=6.4.1.0 |
|
| 3.3.5 | 26 November 2022 | >=6.4.1.0 |
|
| 3.3.4 | 26 November 2022 | >=6.4.1.0 |
|
| 3.3.3 | 26 November 2022 | >=6.4.0.0 |
|
| 3.3.2 | 26 November 2022 | >=6.4.0.0 |
|
| 3.3.1 | 26 November 2022 | >=6.4.0.0 |
|
| 3.3.0 | 26 November 2022 | >=6.4.0.0 |
|
| 3.2.0 | 26 November 2022 | >=6.4.0.0 |
|
| 3.1.8 | 26 November 2022 | >=6.4.0.0 |
|
| 3.1.7 | 26 November 2022 | >=6.4.0.0 |
|
| 3.1.6 | 26 November 2022 | >=6.4.0.0 |
|
| 3.1.5 | 26 November 2022 | >=6.4.0.0 |
|
| 3.1.4 | 26 November 2022 | >=6.4.0.0 |
|
| 3.1.3 | 26 November 2022 | >=6.4.0.0 |
|
| 3.1.2 | 26 November 2022 | >=6.4.0.0 |
|
| 3.1.1 | 26 November 2022 | >=6.4.0.0 |
|
| 3.1.0 | 26 November 2022 | >=6.4.0.0 |
|
| 3.0.7 | 26 November 2022 | >=6.4.0.0 |
|
| 3.0.6 | 26 November 2022 | >=6.4.0.0 |
|
| 3.0.5 | 26 November 2022 | >=6.4.0.0 |
|
| 3.0.4 | 26 November 2022 | >=6.4.0.0 |
|
| 3.0.3 | 26 November 2022 | >=6.4.0.0 |
|
| 3.0.2 | 26 November 2022 | >=6.4.0.0 |
|
| 3.0.1 | 26 November 2022 | >=6.4.0.0 |
|
| 3.0.0 | 26 November 2022 | >=6.4.0.0 |
|
| 2.8.12 | 26 November 2022 | >=6.3.0.0 |
|
| 2.8.11 | 26 November 2022 | >=6.3.0.0 |
|
| 2.8.10 | 26 November 2022 | >=6.3.0.0 |
|
| 2.8.9 | 26 November 2022 | >=6.3.0.0 |
|
| 2.8.8 | 26 November 2022 | >=6.3.0.0 |
|
| 2.8.7 | 26 November 2022 | >=6.3.0.0 |
|
| 2.8.6 | 26 November 2022 | >=6.3.0.0 |
|
| 2.8.5 | 26 November 2022 | >=6.3.0.0 |
|
| 2.8.4 | 26 November 2022 | >=6.3.0.0 |
|
Login
Super PlugIn
Ein sehr gutes PlugIn und vor allem ein hilfsbereiter Support.
Hier macht man nichts falsch.
Great Service!
-
Herzlichen Dank
Alles prima und bester Support. Vielen Dank dafür.
Wie immer ...
ACRIS gehört zu den Herstellern, deren Plugins sich grundsätzlich wie gerne in meinen Shops befinden.
Sie tun, was sie versprechen, funktionieren wie dokumentiert und der ausnahmslos freundliche Support ist gerne hilfsbereit und offen für konstruktive Änderungen.
Top service
Funktioniert hervorragend