Search found 3 matches

by tim_mauldin
Tue Aug 17, 2010 1:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: primaryaddress issue adding login to onepagecheckout
Replies: 3
Views: 2268

Re: primaryaddress issue adding login to onepagecheckout

Ok, it seems to be working now. I was doing some other stuff after the migrate, trying to assign some values to fields in Token.Instance.User. I have no idea why removing that would work but it seems to have solved it.
by tim_mauldin
Tue Aug 17, 2010 9:22 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: primaryaddress issue adding login to onepagecheckout
Replies: 3
Views: 2268

Re: primaryaddress issue adding login to onepagecheckout

Thanks for the reply mazhar. I did indeed use that method. After the following code is executed, I end up with the logged in user having a new primaryaddressid that refers to an address record full of null values. This is saved to the database. User loginUser = UserDataSource.LoadForUserName(usernam...
by tim_mauldin
Mon Aug 16, 2010 8:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: primaryaddress issue adding login to onepagecheckout
Replies: 3
Views: 2268

primaryaddress issue adding login to onepagecheckout

Hi, When adding login capabilities to the one page checkout I discovered that somewhere an address with all nulls is being created. During the login when the anonymous user is migrated over to the authenticated user it seems to take this new address with it and store the new (all null) address as th...