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