Gelöst !!
classes/controller/FrontController.php
$this->context->smarty->assign(array(
'id_currency_cookie' => (int)$currency->id,
'logged' => $this->context->customer->isLogged(),
'customerNumber' => ($this->context->customer->logged ? $this->context->customer->id : false)
));
Das ganze dann in/als override
Und in der gewünschten .tpl über
{$customerNumber}
aufrufen
Grüße