Here is the information for magento logged in users data.
Just paste this code to your magento template files or php files too.
Just paste this code to your magento template files or php files too.
echo Mage::helper('customer')->getCustomer()->getId();
print_r(Mage::helper('customer')->getCustomer()->getData());
echo Mage::getSingleton('customer/session')->getCustomer()->getId();
No comments:
Post a Comment