Magento get current customer id
Magento get current customer id
Use the following code to get current logged in customer’s Id :
if(Mage::getSingleton('customer/session')->isLoggedIn()) { $customerData = Mage::getSingleton('customer/session')->getCustomer(); $customerId = $customerData->getId(); }
Advertisements
Add Comment
📖 Read More
- 1. Magento get current date time
- 2. Fatal error: Call to a member function setSaveParametersInSession() on a non-object in \mage\app\code\core\Mage\Adminhtml\Block\Widget\Grid\Container.php on line 66
- 3. magento admin system configuration 404
- 4. Item with the same id already exist magento collection
- 5. Magento cron not working