Improved GDPR compliance

- Add more customization
TODO: Update styling
This commit is contained in:
Walz
2025-04-07 17:12:31 +02:00
parent e8b0d03d9c
commit 5172966eb2
5 changed files with 208 additions and 15 deletions

View File

@ -0,0 +1,11 @@
{*
* GDPR Cookie Consent Module for PrestaShop
*
* @author Walzen665
* @copyright Copyright (c) 2025
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*}
<div id="gdpr-cookie-manage-button" class="gdpr-cookie-manage-button" style="display: none;">
<button id="gdpr-cookie-manage" class="gdpr-cookie-manage">{$gdprCookieManageText}</button>
</div>