Opencart 3.0.2.0 and Journal 3 theme customer name in Top Menu
问题 I want to add customer first name on Journal theme top menu module. I am adding {{ text_logged }} in top-menu.twig but it can not get text_logged from controller. How can I get text_logged from catalog/controller/common/header.php? {% if logged %} {{ text_logged }} {% endif %} $data['text_logged'] = sprintf($this->language->get('text_logged'), $this->url->link('account/account', '', true), $this->customer->getFirstName(), $this->url->link('account/logout', '', true)); I want to see "Hello