Merge branch 'ticket-criteo' into develop

This commit is contained in:
Marion Muszynski 2016-07-28 13:27:19 +02:00
commit 14640d4601

View File

@ -335,7 +335,6 @@ class Criteo_bbb extends Module
'wic_action' => 'productFooter',
'id_customer' => $this->context->customer? $this->context->customer->id: 0,
'customer_email' => ($email) ? md5($email) : '',
'is_newsletter' => isset($_COOKIE['emst']) || (bool) Tools::getValue('emst'),
));
return $this->fetchTemplate('/views/templates/hooks/', 'criteo');