If I load a customer in the following way:
$customer = Mage::getModel('customer/customer')
->load($customer_id);
Whats the difference between:
$customer -> getDefaultShippingAddress();
and
$customer -> getPrimaryShippingAddress();
Thanks in advance!
They return the same result
See /app/code/core/Mage/Customer/Model/Customer.php