Click here to Skip to main content
15,879,613 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Using VS2012/MVC4:

I have an existing small asp.net web site (not a web app). The owner wants an estore, so I'm checking out nopcommerce. I have *very limited* experience with mvc.

I downloaded and installed nopcommerce 3.20 and looked around in the file structure. It contains two mvc apps, one of which calls the other.

I'm considering recreating the existing web site inside the nopcommerce framework as a new mvc app, and calling the nop.web app from that web site app.

Being completely new to MVC, how would I go about it? I couldn't find how nop.web is calling nop.admin. I'm not sure what to even look for.
Posted
Comments
DaveAuld 15-Dec-13 10:40am    
I read on the Nop support site that the Nop.Admin library isn't executable directly. Calls appear to be made through the API. Another post (in the support forum) also stated that install the NOP Commerce as the primary web app, and then just edit the menus etc to include you own content/links etc.
Have you had a trawl through the NOP forums....
#realJSOP 15-Dec-13 15:14pm    
Nop.web has to be calling nop admin somehow. I just want to make my app the startup app and call nop.web from it via a menu item click (or something similar).
DaveAuld 15-Dec-13 11:25am    
This was the page about the structure I read: http://www.nopcommerce.com/docs/71/source-code-organization-architecture-of-nopcommerce.aspx
DaveAuld 15-Dec-13 11:28am    
Lastly, this might give you some steer: http://stackoverflow.com/questions/19458230/best-api-strategy-for-nopcommerce-3-x-mvc-vs-webapi-vs-servicestack
#realJSOP 16-Dec-13 13:48pm    
I have no idea what WebAPI or ServiceStack is or why I should consider either. I'm REAL new to MVC.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900