<?php

$vcustid = (int)$this->context->cookie->id_customer;

echo " my id is : " . $vcustid;

?>