Can anyone please tell me how to put customer's first and last name into the header in OpenCart 2.0?
I am already using this code for OpenCart 1.5.6:
<?php echo $this->customer->getFirstName(); ?>
<?php echo $this->customer->getLastName(); ?>
But this code is not working for OC 2.0
I am getting this error : Undefined property: Loader::$customer in header.tpl
Please help me anyone.