Pull Address from Address Field into Customer Profile (Billing and Shipping)
I am using Address Field module and users enter their address at the time of registration. I want to pull address information into customer profiles (billing and shipping) so that when, users go to checkout, they could select same address from 'Addresses on File'.
I tried 'commerce_extra' module which shows address from users address filed but I am looking for way to add it even before users goes for checkout.
Can I use rules to do this? If yes, please give me details.
Thank you in advance
Comments
Hi Zealny,
I saw your post on the commerce module page on drupal.org, where you were redirected to this forum by rszrama. I also saw that according to him it is possible to get the job done with rules, but I don't see any explanation yet. Thats's a pity, because I'm looking for the same solution.
I did manage to get the billing information from anonymous users into the newly created user account, but the other way around is a problem. I hope you'll get an answer soon.
Mike.
@sportel: how did you manage to get the billing information from anonymous users into the newly created user account?
I'm trying to do exactly that at
http://www.drupalcommerce.org/questions/7624/how-use-billing-information...