Improved GDPR compliance
- Add more customization TODO: Update styling
This commit is contained in:
11
views/templates/hook/manage_button.tpl
Normal file
11
views/templates/hook/manage_button.tpl
Normal 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>
|
Reference in New Issue
Block a user