I apologize if this is not the module to place this issue. Not sure if I should post this to commerce core, addressbook or shipping. I thought I post it here since this module takes care of shipping profile creation.

I have a first-time anonymous customer and she checkouts with the "My shipping information is the same as my billing information" ticked. After she checkouts, I checked her account and notices that the billing profile is there but not the shipping info. I looked at the list of profiles and noticed that the shipping info the user entered is assigned to an Anonymous user instead of the account just created.

Is this by design to prevent duplicate addresses in the addressbook?

Comments

nvahalik’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

So the rule that handles this is part of Commerce Core (commerce_checkout_new_account). And it is set to create that association on checkout. I'd check to make sure that rule action exists and if it does not, re-add it.