I want to add new setting value in Customer settings Page(/Admin/Setting/CustomerUser) after installed nopcommerce 2.5.How can I do?I got nopcommerce 2.5 source code.I’m finding the ways to customize Customer settings Page to add new seeting value.
I want to add new setting value in Customer settings Page(/Admin/Setting/CustomerUser) after installed nopcommerce
Share
you need to add new property in CustomerSettingsModel e.g
then add control for it in CustomerUser.cshtml
after run the application you will see new property will add under Admin/Customer setting page in CustomerSeeting tab.
Note: if you ant to set default value to property while installing nopcommerec then you need to some additional chnages in InstallationService.cs in (Nop.Service)
add new property value in CustomerSettings under InstallSettings method. e.g