Skip to content

feature request for GDPR? add a cookie check before placing MC remarketing code #709

Open
@seansan

Description

@seansan

Can we add a cookie check in the extension? We can make the cookie name and value configurable

if the cookie is found: then print remarketing code (customer gave consent)

else if not found: then do not print MC remarketing code

Something like

<?php

	$consent = false;
	$_cookie = Mage::getModel('core/cookie')->get('ow_cookie_notice');
	if ($_cookie == 'approved') { $consent = true; }

?>

<?php if ($consent): ?>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions