an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > General Programming > User Optional Information
Last Post 9/29/2009 12:44:47 PM By lukezy. 1 replies.
9/29/2009 9:51:35 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
User Optional Information
Hi Luke,
 
If I add a field on User Optional Information,
Then I do need to :
 
1- Add filed in database
2 - Change MyAccount.aspx
3-Chabge Register.aspx
 
Is there any other place need to touch.
 
 
Bahram
9/29/2009 12:44:47 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: User Optional Information
You will need to change Core\DBO\User.cs to have the new field.
DotShoppingCart Staff