Magento 1.7 "Cookie restriction mode" for EU compliance

Magento 1.7added Cookie Restriction Mode, which, when activated, adds a block above the header, which asks for consent to set cookies.

However, as a rule, it sets regular cookies regardless of whether it is selected Allow. If you click Allow, it simply sets a new cookie with this effect and no longer displays a warning.

Has anyone looked at modifying this so that it does not set the original cookie or add a second parameter Denythat removes them?

An alternative, apparently, is to change the text, so what is the further use of the site as a tacit acceptance of cookies?

How are you going to solve this?

Update: well, they changed the new rules by the 11th hour, to strongly incline towards tacit acceptance, which simplifies the whole process and seems to make the Magento module sufficient.

+3
source share
1 answer

Well, they changed the new rules by the 11th hour, in order to strongly incline towards tacit acceptance, which simplified the whole process and seems to make Magento module sufficient.

In fact, many sites don’t even bother with the pop-up menu; instead, they select only a link or, at most, a short visible accordion.

0
source

All Articles