codingfreaks / cf-cookie-manager-shopware6
Simple and free cookie manager plugin for Shopware 6
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:shopware-platform-plugin
Requires
- shopware/core: ^6.5.0
This package is auto-updated.
Last update: 2025-07-18 16:42:37 UTC
README
A simple and free cookie manager plugin for Shopware 6. Manage your users' cookie consent easily and in compliance with legal requirements any accessibility.
Compatibility
This plugin is tested/compatible with the following Shopware versions:
- Shopware 6.5.x
- Shopware 6.6.x
- Shopware 6.7.x
Installation
You can install the plugin in two ways.
Method 1: Composer (Recommended)
- Connect to your server via SSH and navigate to your Shopware root directory.
- Run the following command to download the plugin:
composer require codingfreaks/cf-cookie-manager-shopware6
- Install and activate the plugin:
bin/console plugin:install --activate CfCookieManagerSW6
- Clear the Shopware cache:
bin/console cache:clear
Method 2: ZIP File Upload
- Download the latest plugin release as a ZIP file.
- In your Shopware administration, go to
Extensions
->My Extensions
. - Click the
Upload extension
button and select the downloaded ZIP file. - After the upload, find the plugin in the list. Click
Install
and thenActivate
.
Configuration
- Create an Account: Register for free at coding-freaks.com.
- Create a Project: In your dashboard, create a new project for your shop. This will generate an API key for you.
- Configure the Cookiemanager:
- Go to the Cookie Manager section in your Coding-Freaks dashboard.
- Select Headless mode and Classify your Services as necessary.
- Copy the generated API key and Secret.
- Insert API Key: In your Shopware Extension administration, go to the Cookie Manager's plugin settings and paste the newly created API key and Secret into the corresponding field.
- Save: Save the configuration.
Done! The cookie manager is now active and will be displayed in your shop. You can make further customizations directly in your Coding-Freaks dashboard.
Support
If you have any questions or need support, please contact us via our website coding-freaks.com or create an issue in this GitHub repository.
License
This plugin is licensed under the MIT License.