ASP.NET Code MVC & JQuery V 10.4.0
Hi
I would like some help extending the billing information settings to add some fields such as phone number, email etc.
I have seen this https://support.aspnetzero.com/QA/Questions/8905/EXTENDING-BILLING-INFORMATION, however it doesnt really provide any detailed information.
Is it possible to get a breakdown of hte steps involved,a s i dont want to break any core functionality.
Thanks
1 Answer(s)
-
0
Hi,
Billing information is defined as settings, see https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Configuration/AppSettingProvider.cs#L99.
So, you can define new settings here and add them to billing infor management form. Then, you can use same setting name where you want to display those information.