How to add social security number to customer?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I need to add social security number to the user interface and the database.

Should I use the table Nop_CustomerAttribute, if yes how?
13 years ago
See here: https://www.nopcommerce.com/boards/t/5274/how-to-use-nop_customerattribute-table.aspx#32658

This will allow you to store custom fields in Nop_CustomerAttribute. Hooking it up to the UI is too in depth for this forum and will require basic C# web development skills to accomplish but isn't that difficult.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.