Magento – How to check if user logged in Date September 12, 2014 Author By Razvan Mocanu Category Magento how to There are many ways to check if a user is logged in, but I usually prefer to use the ‘customer’ helper. $this->helper(‘customer’)->isLoggedIn() This returns ‘true’ if the user is logged in. Read More