I made some customizations on the Address (added two fields IsDefaultShipping, IsDefaultBilling) to allow customers made their address books with default shipping and default billing addresses.
When customers checkout, how do I preselect the default shipping (IsDefaultShipping=true) and billing addresses (IsDefaultBilling=true).
Thanks