Posts Tagged ‘customer information’

Magento – Get customers information by id

Sunday, July 24th, 2011

$customer_data = Mage::getModel(‘customer/customer’)->load($customer_id);