Hello,
I have a problem.
I want to activate the default cookie notice but magento does not show me the notice.
I searched through some files and got the file:
"app/design/frontend/pflegekind/default/template/page/html/cookienotice.phtml"
In Line 32 is the following code:
"<?php if (Mage::helper('core/cookie')->isUserNotAllowSaveCookie()): ?>"
If I copy the HTML DIV above this "if" then it works.
Why cant Magento get into the "if"???
Best regards
To enable the default cookie notice of Magento - you don't require to any kind code customization or code modification. it is there in native flow and you can enable it from the backend.
Hereby i am sharing the documentation link refer that and follow steps it will enable the same - https://docs.magento.com/m1/ce/user_guide/store-operations/cookie-restriction-mode.html
Hope it helps !
Thanks for your answer.
I already enabled the Cookie Restriction Mode but it doesnt work.
That's why I sent the code in.
Best regards
I understand the problem you are facing !
So just a quick question are you using any premium theme of Magento or its custom theme ?
Thanks for your answer.
We are using the default theme.
Best regards