Hello,
I would like to add a field on both the createaccount.aspx and account.aspx. Could someone please steer me in the right direction? I did it with our earlier version, but things have changed in MultiStore.
Cheers,
D
Hello,
I would like to add a field on both the createaccount.aspx and account.aspx. Could someone please steer me in the right direction? I did it with our earlier version, but things have changed in MultiStore.
Cheers,
D
Any help please?
With sugar on top?
It depends on where you wanting to add the field.
If you can deal with having the field below other account information then start with adding below a new table row below the ctrlAccount control. Then add code to InitializePageContent() to populate the new input. After that it is updating the field based of which button is pressed.
If you want to add the field between current information you are going to need to have the source code. If you have source code you want to edit Account.cs in ASPDNSFControls. Once you have done your changes you will need to recompile ASPDNSFControls.
Hope that helps.