Current user email in Magento?
It is very simple.
$useremail = Mage::getSingleton(‘customer/session’)->getCustomer()->getEmail();
echo $useremail;
Hope it will work.
It is very simple.
$useremail = Mage::getSingleton(‘customer/session’)->getCustomer()->getEmail();
echo $useremail;
Hope it will work.