Magento load full address by address id Date August 31, 2014 Author By Razvan Mocanu Category Magento how to If you have the address id and need all the address information, that’s how you get it: $address = Mage::getModel(‘customer/address’)->load($addressId); Read More