Hello,
Nice module, almost what I was looking for, thanks!
However, my issue is, that customers, when they register as user, then has to fill out same kind of form (Billingprofile) first time they go shopping.
With this module they can do it when they register, but still seems a little strange they have to fill out the same form twice (not the same form, but they experience it like that).
So it would be very nice and practical, with a copy function, just like when you copy billingprofile to shippingprofile during checkout.
This way the customer experience that they in fact can have different billingprofiles, like private, company, club, etc., but most people do not care, and want just the same information.

Thanks!
Best regards,
Kjeld

Comments

Structura created an issue. See original summary.

Andrew Gorokhovets’s picture

I confirm that it looks like a mistake.
I think we need to add a hook_user_save to create (or update) the default commerce address

Andrew Gorokhovets’s picture

This solution works perfect fore me.
I also create a field_address in user profile and created a simple js to synchronize a field_address and commerce_addressbook fields on registration (and user edit) page.

Andrew Gorokhovets’s picture

Andrew Gorokhovets’s picture

Title: Copy function like Billing/Shipping » Create a default Commerce Addressbook profile on account creation