Hello Zero,
I would like some help extending the billing information settings to add some fields such as phone number, email etc.
I wouldn't want to break anything in the process.
I'm on ASP.NET Core MVC & jQuery.
4 Answer(s)
-
0
hi
Please check: https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Extending-Existing-Entities
-
0
Hi @maliming,
I have checked this but I'm wondering where the exact properties for the said settings are found. It's not that straightforward as the example on the link you shared.
-
0
Hi,
Settings for Tenants are defined here https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Configuration/AppSettingProvider.cs#L89 and used in https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Application/Configuration/Tenants/TenantSettingsAppService.cs
-
0
Hi @ismcagdas,
I implemented this successfully. Many thanks.