Friday 21 December 2012

function to check customer is logged in or not in magento

<?php if($this->helper('customer')->isLoggedIn()) { ?>
   do some thing

<?php } else { ?>
 do some thing
<?php } ?>

No comments:

Post a Comment