cancel
Showing results for 
Search instead for 
Did you mean: 

Cookie Notice Magento 1.8.1.0

Cookie Notice Magento 1.8.1.0

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

4 REPLIES 4

Re: Cookie Notice Magento 1.8.1.0

Hi @christian _stegemann 

 

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 !

if issue solved,Click Kudos & Accept as Solution

Re: Cookie Notice Magento 1.8.1.0

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

Re: Cookie Notice Magento 1.8.1.0

Hi @christian _stegemann 

 

I understand the problem you are facing !

So just a quick question are you using any premium theme of Magento or its custom theme ?

if issue solved,Click Kudos & Accept as Solution

Re: Cookie Notice Magento 1.8.1.0

Thanks for your answer.

 

We are using the default theme.

 

Best regards