create another area

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 5 años
Hello,

how can you create a new area in nopCommerce?
I want to create another area. in addition to the admin area.

Best regards
Hace 5 años
You need to install NuGet Package Microsoft.VisualStudio.Web.CodeGeneration.Design in Project Presentation\Nop.Web
Right mouse click on Areas -> Add - Area

I mean I made one called "Test" not sure what you would want to do with it after that :)
Hace 5 años
ksprovis.net wrote:
Hello,

how can you create a new area in nopCommerce?
I want to create another area. in addition to the admin area.

Best regards


What do you mean by area? url? product field?
Hace 5 años
The Administration section is built using an Area

https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/areas?view=aspnetcore-2.1
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.