0
I’m setting the value of the cookie on Frontcontrolller:
this->context->cookie->utm_campaign = $_GET['utm_campaign'];
However when accessing Orderconfirmationcontrollercore is coming null:
$this->context->cookie->utm_campaign;
I’ve tried too and it keeps coming empty:
$this->context->smarty->assign('utm_campaign', $this->context->cookie->utm_campaign);