EU Cookie Policy Pro + Auto Cookie Detection (SW6) + Load scripts only after approval + Google Consent Mode V2 support
Downloads
- SW6_Doku_Cookie-Richtlinie-Pro_Tag-Manager_V61_DE.pdf
- SW5_Doku_Cookie-Richtlinie-Pro_Tag-Manager_V51_DE.pdf
- SW6_Doku_Cookie-Richtlinie-Pro_Tag-Manager_V61_EN.pdf
- Doku_Cookie-Richtlinie-Pro-Tag_Manager-V12_DE.pdf
- Doku_Cookie-Richtlinie-Pro-Tag_Manager-V10_DE.pdf
- Doku_Cookie-Richtlinie-Pro-Tag_Manager-V09_DE.pdf
- Doku_Cookie-Richtlinie-Pro-Tag_Manager-V11_DE.pdf
- Doku_Cookie-Richtlinie-Pro-Tag_Manager-V13_DE.pdf
- Doku_Cookie-Richtlinie-Pro-Tag_Manager-V14_DE.pdf
- Doku_Cookie-Richtlinie-Pro-Tag_Manager-V15_DE.pdf
- SW6_Doku_Cookie-Richtlinie-Pro_Tag-Manager_V60_DE.pdf
- SW5_Doku_Cookie-Richtlinie-Pro_Tag-Manager_V50_DE.pdf
- SW6_Doku_Cookie-Richtlinie-Pro_Tag-Manager_V60_EN.pdf
- GTM_Container_Vorlage_bitte_entpacken_v5.zip
- GTM_Container_Vorlage_bitte_entpacken_v6.zip
- GTM_Container_Vorlage_bitte_entpacken_v7.zip
- GTM_Container_Vorlage_bitte_entpacken_v8.zip
Product information "EU Cookie Policy Pro + Auto Cookie Detection (SW6) + Load scripts only after approval + Google Consent Mode V2 support"
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Â
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/62/5d/4e/1770297583/GTM_Container_Vorlage_bitte_entpacken_v8.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:
Nachher:
Iframe
Vorher:
Nachher:
Skript direkte Einbindung
Vorher:
Nachher:
Skript Einbindung über src
Vorher:
Nachher:
Link
Vorher:
Nachher:
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.:
Oder ein Info Text - Beispiel.:
Mit dem ACRIS CMS Modul und dem HTML-Element lässt sich dann auch noch schön Twig Code verwenden. Beispiel:
- 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);
}
Translated with DeepL.com (free version)
Â
| Bundle: | Basic Bundle |
|---|
- Code optimizations for better compatibility with Shopware 6.7.
- Improved compatibility with Shopware 6.7 wishlist. The cookie consent modal now opens automatically when the wishlist is used and the required cookie has not yet been accepted.
- Fixed the issue with new setting of external links from Shopware at categories.
- Fix possible infinite loop in administration cookie detail page.
- Fixes an issue in the admin on the cookie detail page when no content is available for Google Consent Mode.
- Performance optimization for checking when inserting new cookie groups.
- Cookie banner text styling optimizations.
- Improved compatibility with the Shopware YouTube/Vimeo element.
- Fixes an issue where cookies were always set to the value 1, even when no default value was configured.
- Video reloading has been improved.
- Improved compatibility with the Shopware YouTube element.
- Fixed issue where "Cookie settings" in the footer does not work in Shopware 6.7.
- Added a new switch at category to automatically include JavaScript and restore functionality.
- Fixed double loading of JavaScript in cookie settings.
- The loading of Javascript in the cookie settings has been optimized.
- The displayed text for each CMS page from the plugin settings can now be configured.
- Feature: The expiration can now be configured for each cookie.
- Fixes a potential issue where the cookie modal window was displayed again when clicking the browser back button if only functional cookies were accepted.
- Fixed icon compatibility with other plugins.
- Extends the list of pre-known Matomo cookies.
- Improved plugin compatibility with Shopware 6.7.
- Improved plugin compatibility with Shopware 6.7.
- Improved accessibility by adding missing ARIA attributes.
- Adds keyboard navigation support to the cookie modal for better accessibility.
- Correction of possible warnings in log files.
- Fixes a potential issue where content was displayed twice when using "data-acriscookieid" in JavaScript integrations.
- Default values of cookies can now also be adjusted in the admin. This is useful when custom cookies are defined, which should then be handled in the storefront via JavaScript.
- Change of default values in the plugin settings for new installations.
- Change of the button text "Accept cookies" to "Accept selected cookies".
- Compatibility with Shopware 6.7.
- Support for the following languages: de-DE, en-GB, nl-NL, fr-FR, es-ES, fi-FI, nn-NO, sv-SE, cs-CZ, pt-PT, tr-TR, da-DK, it-IT, pl-PL, bs-BA
- Fix possible infinite loop in administration cookie detail page.
- Fixes an issue in the admin on the cookie detail page when no content is available for Google Consent Mode.
- Performance optimization for checking when inserting new cookie groups.
- Fixes a possible issue where cookies or cookie groups were inserted twice.
- Cookie banner text styling optimizations.
- Improved compatibility with the Shopware YouTube/Vimeo element.
- Video reloading has been improved.
- Improved compatibility with the Shopware YouTube element.
- Fixed double loading of JavaScript in cookie settings.
- The loading of Javascript in the cookie settings has been optimized.
- The displayed text for each CMS page from the plugin settings can now be configured.
- Feature: The expiration can now be configured for each cookie.
- Fixes a potential issue where the cookie modal window was displayed again when clicking the browser back button if only functional cookies were accepted.
- Extends the list of pre-known Matomo cookies.
- Improved accessibility by adding missing ARIA attributes.
- Adds keyboard navigation support to the cookie modal for better accessibility.
- Correction of possible warnings in log files.
- Fixes a potential issue where content was displayed twice when using "data-acriscookieid" in JavaScript integrations.
- Improved functionality of the default value for cookies when a script is embedded via the admin field through the cookie.
- Default values of cookies can now also be adjusted in the admin. This is useful when custom cookies are defined, which should then be handled in the storefront via JavaScript.
- Further accessibility optimizations.
- Improved compatibility with Stripe payments.
- Accessibility optimizations.
- Optimization of compatibility with the Shopware standard cookie behavior and other plugins.
- Removal of no longer needed CSRF tokens.
- Improved admin compatibility with Shopware 6.6.10.*
- Change to the specified compatibility with Shopware.
- Improves plugin compatibility with Shopware 6.6.10.* versions.
- Optimization of the cookie group handling in the administration.
- Changes the cookie for origin information ("acris_cookie_landing_page|acris_cookie_referrer") as a non-standard cookie. This can now be deactivated in the administration.
- Performance optimizations related to 404 pages.
- Fixes a potential issue where automatically found cookie groups were created without names and description texts.
- Correction of possible warnings in log files for newer Shopware versions.
- Bugfix: Wrong type conversion for the cookie value removed.
- Optimization of the Shopware standard analytics implementation in connection with the cookie consent.
- Fixes a possible issue where a JavaScript error occurred on product pages when a YouTube video was embedded and after JavaScript was rebuilt in a newer Shopware 6 environment.
- Bugfix fixed a bug when sales channel is added in admin
- Fixes a problem where default values of cookies in the functional cookie group were no longer set correctly.
- Optimised SEO indexing of cookie modal.
- Adds the _gcl_gs cookie to the list of Google Conversion Tracking cookies.
- Optimisation of the Cleanup Scheduled Task in conjunction with Shopware 6.6.
- Fixes a possible problem when updating to Shopware 6.6.
- Fixes a problem where the session cookie was set twice.
- Fixes a problem where the cookie notice was displayed again on a new visit to the website if the customer had not accepted all cookies.
- Optimisation in connection with the Http cache, where the cookie notice was displayed again on certain pages even though the cookies had already been accepted.
- Fixes a problem where default values were no longer set for standard cookies.
- Fixes an error when triggering the cookie button in the standard cookie hint below
- Optimization of the plugin configuration.
- Optimization storage of the cookie confirmation in the cache.
- Fixes a possible problem where the cookie notice does not appear on various pages even though the cookie notice has not yet been accepted.
- Optimization of the cookie script inclusion.
- Optimize compatibility with other consent managers.
- Adds a setting to obtain renewed cookie consent.
- Shopware 6.6. optimizations.
- Compatibility with Shopware 6.6.
- Fixes a possible issue where no cookie banner was displayed on pages even though the cookies had not yet been accepted or rejected.
- Performance optimization for checking when inserting new cookie groups.
- Fixes a possible issue where cookies or cookie groups were inserted twice.
- Correction of potential PHP warnings.
- Optimization of the Shopware standard analytics implementation in connection with the cookie consent.
- Fixes a problem where default values of cookies in the functional cookie group were no longer set correctly.
- Additional SEO optimisations for cookie modal.
- Optimised SEO indexing of cookie modal.
- Fixes a possible problem when updating to Shopware 6.6.
- Fixes a problem where the session cookie was set twice.
- Fixes a problem where the cookie notice was displayed again on a new visit to the website if the customer had not accepted all cookies.
- Optimisation in connection with the Http cache, where the cookie notice was displayed again on certain pages even though the cookies had already been accepted.
- Fixes a problem when the Storefront was recompiled
- Fixes an error when triggering the cookie button in the standard cookie hint below
- Optimization of the cookie script inclusion.
- Optimize compatibility with other consent managers.
- Adds a setting to obtain renewed cookie consent.
- Fixes a problem with the initial cookie acceptance.
- Customisation of the previously known cookies in relation to the chat software Tawk.
- Adds the Pinterest cookie to the list of cookies already known in advance.
- Form optimizations
- Fixes a problem with the accordion
- Code optimizations
- Google cookie consent mode v2 has been added
- Fixes a possible problem where the cookie modal window reappears on the page after accepting cookies.
- The loading of Javascript in the cookie settings has been optimized.
- Inserts the data attribute "data-nosnippet" for the cookie hint so that it is not used by crawlers to create snippets.
- From now on, TWIG code can also be inserted in the script field of cookies.
- Optimizes adding the allowed attributes for the HTML Sanitizer
- Optimzed attribute whitelist for html sanitizer therefore the cookie snippets will not get broken after saving in admin
- Fixes a possible problem when removing set cookies.
- Fixes a problem where the modal window was no longer closed correctly when accepting cookies.
- Setting the SameSite attribute for the cookies acris_cookie_first_activated, acris_cookie_landing_page and acris_cookie_referrer.
- Compatibility with Shopware >= 6.5.1.0 improved
- Optimised cookie group list page in administration.
- Restricted deletion of cookies that are default.
- Improved cookie listing pages performance in administration.
- Added configuration to show "Accept cookies" button after settings are opened.
- Fixes a problem where scripts stored with cookies that contain a comment at the beginning were not loaded.
- Fixes a problem where scripts stored with cookies were not loaded correctly in translations.
- Fixes an issue where scripts could no longer be added with a script tag on a cookie since Shopware 6.5.
- Optimised cookie modal on page loading.
- Fixed cookie modal closing when we click outside it.
- The loading of Javascript in the cookie settings has been optimized.
- Fixes a problem where cookies were still not active after accepting them.
- Adds the Mollie Payment cookie to the list of cookies already known in advance.
- Changes the cookie ID of the Google Conversion Tracking.
- Compatibility with Shopware 6.5.
- Fixes a possible problem with older Shopware versions.
- Fixes a problem with Shopware versions below 6.4.13.0.
- Fixes a possible problem when updating to Shopware 6.6.
- Fixes a problem where the session cookie was set twice.
- Fixes a problem where the cookie notice was displayed again on a new visit to the website if the customer had not accepted all cookies.
- Optimisation in connection with the Http cache, where the cookie notice was displayed again on certain pages even though the cookies had already been accepted.
- Optimization of the cookie script inclusion.
- Optimize compatibility with other consent managers.
- Adds a setting to obtain renewed cookie consent.
- Fixes a problem with the initial cookie acceptance.
- Fixes a problem that the cookie groups were no longer collapsible.
- Customisation of the previously known cookies in relation to the chat software Tawk.
- Adds the Pinterest cookie to the list of cookies already known in advance.
- Changelog fixed
- Formular Optimierungen
- Code Optimierungen
- Google cookie consent mode v2 has been added
- Fixes a possible problem where the cookie modal window reappears on the page after accepting cookies.
- The loading of Javascript in the cookie settings has been optimized.
- Added configuration to show "Accept cookies" button after settings are opened.
- Fixes a problem where scripts stored with cookies that contain a comment at the beginning were not loaded.
- Fixes a problem where scripts stored with cookies were not loaded correctly in translations.
- The loading of Javascript in the cookie settings has been optimized.
- Fixes a problem where cookies were still not active after accepting them.
- Adds the Mollie Payment cookie to the list of cookies already known in advance.
- Changes the cookie ID of the Google Conversion Tracking.
- Optimisation in connection with AdBlockers.
- Fixes a possible problem when loading 404 pages.
- Fixes a problem where the cookie notice was displayed after the browser was reopened.
- Added plugin setting for cookie title / description layout.
- Integration of Matomo Tag Manager
- Fixed problem with setting cookie default values and Http cache
- Change of the plugin name and the manufacturer links.
- Improves plugin compatibility
- Not found page cache optimization.
- The loading of Javascript in the cookie settings has been optimized.
- Adjusted cookie settings in the admin interface.
- Cookie settings extended to load Javascript.
- Adds additional cookie ids for the hotjar cookies.
- Fixes a problem where the cookie notice kept appearing on 404 pages with an assigned experience world.
- Optimised loading of cookie styles from plugin configuration.
- Iframe display optimized.
- External content can now be loaded via defined cookies and HTML code.
- Adds a scheduled task that automatically deletes unknown cookies from the system after a specified period of time.
- Allows to change the position of the cookie buttons in the plugin setting.
- Fixes a page load problem when the URL does not exist
- Improved compatibility with the ACRIS Import Export plugin.
- Fixes a problem where cookies were still not active after accepting them.
- HTTP cache optimisations.
- Improved compatibility with Shopware >= 6.4.11.0.
- Compatibility with Shopware >= 6.4.11.0.
- Allows to change the position of the cookie buttons in the plugin setting.
- Fixes a page load problem when the URL does not exist
- Improved compatibility with the ACRIS Import Export plugin.
- Fixes a problem where cookies were still not active after accepting them.
- Optimizes plugin image.
- Improves compatibility with Shopware >= 6.4.10.0.
- Optimizes plugin color in administration.
- Automatically sets functional cookies in the browser that originate from Shopware itself or a Shopware plugin and have a default value.
- Problem fixes in connection with the use of Google reCAPTCHA.
- Improve the regular expression of the detection of the session cookie so that other cookies containing "session-" are not also detected and approved. Add the ledgerCurrency cookie to the AmazonPay cookie.
- Compatibility with Shopware 6.4.8.0.
- Cache optimisations in conjunction with other plugins
- Fixes a problem with plugin activation.
- Fixes problems when using the PayPal cookie in conjunction with the Safari browser.
- Changing the IDs of the cookie buttons and cookie settings in the HTML code so that they are no longer hidden by the browsers' ad blockers.
- Added button same width option
- Code optimisations. Removal of old code parts.
- Optimization of the cookie hint in the mobile view
- Optimization of the modal window in mobile view when there is a lot of text.
- Fixes a possible issue where cookie and cookie groups were inserted with the wrong translation.
- Optimization in conjunction with other plugins. Fires the javascript event of the changed cookies only after the changes have also been transmitted to the backend.
- Adds the Google Tag Manager debug cookie to the list of cookies already known in advance.
- Fixes a possible problem where download files generated in the admin by the Import / Export module could not be downloaded.
- Fixes possible problems in connection with Internet Explorer.
- Changes the cookie ID of Google Analytics for the detection of the new cookie structure.
- Attention: The instructions for the Google Tag Manager have also changed!
- Fixes an issue where a critical PHP error occurs after a while.
- From now on, the title and the text of the functional cookie group inserted in the default can be changed.
- Fixes problems when changing the currency that it was still displayed incorrectly on pages saved in the Http cache.
- Optimisation in connection with the Shopware Http Cache
- Fixes a possible problem in connection with various third-party plug-ins.
- Optimize module of cookie group in administration.
- Performance optimisations
- Compatibility with Shopware >= 6.4.0.0.
- Fixes a possible problem in connection with various third-party plug-ins.
- Performance optimisations
- Improved compatibility with other plugins when opening the cookie notice.
- Fixes problems where the cookie notice keeps appearing due to a JavaScript problem when accepting cookies.
- Prevents problems that can be caused by special characters of various kinds.
- Fixes an issue where cookies from other third-party plugins are not automatically detected.
- Fix problem with language missing data.
- Removes the acrisCookieConsent.footerCmsPageLinkPrefixFirst text module and inserts 3 text modules instead acrisCookieConsent.footerCmsPageLinkPrefixFirstFirst, acrisCookieConsent.footerCmsPageLinkPrefixFirstSecond and acrisCookieConsent.footerCmsPageLinkPrefixFirstThird for better customisability.
- Removes deprecated snippet services.
- The Google Analytics cookie inserted by Shopware in the standard will no longer be added from now on unless Google Analytics has been marked as active in the sales channel or no tracking ID has been specified.
- Fixes a possible problem with the specific modification of cookies or cookie groups that can delete functional cookies.
Login
1 - 10 of 35 reviews
16 February 2026 14:28
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.
25 September 2025 08:14
Top service
Funktioniert hervorragend
11 June 2025 13:59
Super Cookie Plugin mit klasse Support! Absolute Empfehlung!
-
25 March 2025 08:34
Klasse Plugin mit super Support
Das Plugin an sich ist schon super. Einfach zu Bedienen und dank der schlüssigen Dokumentation auch gut zu verstehen. Der Support von ACRIS ist dazu schnell, sehr kompetent und überaus freundlich.
14 March 2025 18:11
Gutes Plugin und schnelle Reaktionszeit beim Support
Sehr empfehlenswert! Gutes Plugin. Schnelle Reaktionszeit und kompetenter Support.
13 March 2025 08:45
Super Plugin mit noch besserem Support
Es gibt sie doch noch: kompetente Agenturen/Mitarbeiter wie Julian bei denen man das Gefühl hat dass Sie einem auch wirklich helfen wollen, die sich Mühe geben und vor allem super zeitnah sich darum kümmern. ACRIS ist eine davon! On Top noch ein hervorragendes Plugin was im Zusammenspiel mit dem ACRIS GTM und Statistik Add on tut was es soll. Ich kann ACRIS uneingeschränkt weiterempfehlen.
27 November 2024 14:01
Alles wunderbar :)
-
4 November 2024 13:27
Absolute Klasse
Toller Support, schnell er kümmert sich eifrig um das Problem.! GERNE weiter!
23 October 2024 10:14
Sehr guter Support
Plugin-Hersteller reagiert schnell und bietet Hilfe bei Fragen und Problemen.
18 April 2024 07:38
Gutes Plugin mit sehr gutem Support
Das Plugin funktioniert wie es soll und die Dokumentation ist ebenfalls sehr detailliert. Nach anfänglichen Schwierigkeiten von unserer Seite konnte uns der Support schnell weiterhelfen.
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)