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. Tags: logged in, magento, user Leave a Reply Cancel replyYou must be logged in to post a comment.