$customers = Mage::getResourceModel(‘customer/customer_collection’) ->addAttributeToSelect(‘*’) ->addAttributeToFilter(‘firstname’, $firstName); The above code will only load the collection. To get customer…
magento get customer by first name and last name
1 Article
1