Warning Cookie Popup

The notification for the eu cookie popup appears as a “warning” and I think this is too harshe and could scare some users off. I would like to change warning to “notice”

Can anyone tell me how to change it , I have looked in languages but seems it may be something to do with notification.tpl



Thanks

John

[quote name='johnbol1' timestamp='1401345556' post='184504']

The notification for the eu cookie popup appears as a “warning” and I think this is too harshe and could scare some users off. I would like to change warning to “notice”

Can anyone tell me how to change it , I have looked in languages but seems it may be something to do with notification.tpl



Thanks

John

[/quote]



Hi, John



Please open the “app/controllers/frontend/init.php” and replace this part of code:



fn_set_notification('W', __('warning'), $text, 'K', 'uk_cookies_law');




with this one:



fn_set_notification('W', __('notice'), $text, 'K', 'uk_cookies_law');




Hope that helps.

appreciate it,

thx

How can we put off?

In the latest versions this popup is part of the GDPR module

Hi how can we put GDPR module popup in bottom left. it show in top right and in phone style is top. Logo etc coudnt see its scary style

You can change position for all notifications only. Please add the following code to the CSS section of the Theme editor

.notification-container {
    top: auto;
    right: auto;
    bottom: 0;
    left: 40px;
}

Thanks for all ecomlabs. But can we do show only GDPR warning in bottom. if we do that way show all warning is in bottom page

Thanks for all ecomlabs. But can we do show only GDPR warning in bottom. if we do that way show all warning is in bottom page

Unfortunately, GDPR notification does not have unique ID and we can change style of all notifications only

Can anyone do or know how only GDPR warning in bottom

its too hard ???