Is it posssible to include new fields(pick up details) in the new membership Create account page.
The customer should not have the option to enter his delivery address, instead should have the option to select the pick up address from the dropdownlist(gets value from new table)
I would like to select the pickup details from the drop downlist(table to be created) instead of the delivery/shipping info while registering a member.
As we would like to force to pickup the product from the selected store by the user, when registered.
Whether the above requirement can be acheived/done. If so what all changes we should do from our end.
I know that this is achievable in version 8 by doing modification to the files
account.aspx, Createaccount.aspx, selectaddress.aspx, editaddress.aspx, and remove/hide the shipping information and replace it with a dropdown box that list different pickup.
Can this be done in version 9 ML 64 bit.
If so what all file will require modifications.