Magento Check user is logged in or not magento August 13, 2012 <?php if($this->helper('customer')->isLoggedIn()) echo “logged in”; ?>