+2 votes
1.3k views
in Magento by
How can we check if customer is actually logged in on magento? Have googled a bit without luck :(

There should be someway found already for this.

Would be great if anyone can help me on this please?

Thanks in advance...

1 Answer

0 votes
by
<?php 
$logged_in = Mage::getSingleton('customer/session')->isLoggedIn(); // (boolean) 
?>

Related questions

0 votes
1 answer 1.4k views
0 votes
1 answer 7.1k views
0 votes
1 answer 1.8k views
+1 vote
1 answer 1.5k views
0 votes
3 answers 2.9k views
0 votes
1 answer 1.7k views
...