How to check if Customer or Admin is logged in the front page of Opencart 2 and 3?

This is opencart tips and tricks to check if Customer or Admin is logged in the front page of Opencart 2.3 and Opencart version 3. You can force login to customer. To check admin you should log in the same browser. Force login for customer Open catalog/controller/common/header.php Find the index method: public function index() { … Continue reading How to check if Customer or Admin is logged in the front page of Opencart 2 and 3?