Hi,

When customer make an order and fill adres, they can edit this adress in adressbook in his profile.
But when there is new customer who doesn't have any orders, they can't create address in addressbook.
How to allow customers to create adresses in adressbook ?

Regards

Comments

kamil600 created an issue.

stefan.korn’s picture

You need to assign permission "Create customer profiles of any type" or "Create Billing information customer profiles"/ "Create Shipping information customer profiles" to Authenticated user. This enables the user to create profiles and then you will also find a link to "Add new adress" in the commerce address book

go to admin/people/permissions and search for "Customer", there you will find the permission settings.

mvnovick’s picture

Sometimes just assigning the right permissions is not enough to make the 'Add an Address' link show up in the Address Book. I had to modify page-user.tpl.php in my theme by adding the following code:

if ($action_links):

endif;