Top "Nopcommerce" questions

Open source E-commerce Shopping Cart Solution based on ASP.

How to set a default page on an MVC app?

I would like to have my base URL go to a specific category of an online store (a NopCommerce online …

asp.net asp.net-mvc nopcommerce
Display Google Analytics data on my web site?

I'm trying to figure out a way to display data collected from Google Analytics on my web site. I'm using …

javascript asp.net-mvc google-analytics google-analytics-api nopcommerce
The name 'Model' does not exist in the current context ASP.NET MVC5

I am coding a PlugIn to NopCommerce 3.2, and in the views I get the error mentioned above, but also for …

c# asp.net web-config asp.net-mvc-5 nopcommerce
Add Meta tag in View page using MVC-5

I have two meta tag in _Layout.cshtml master page and now i want to add meta tags in someone.…

asp.net-mvc-5 nopcommerce
Cross-Origin Request Blocked Reason: CORS preflight channel did not succeed

I've created one phonegap app where I'm calling WCF service which resides in nopCommerce plugin. I'm getting following error while …

wcf cross-domain phonegap-plugins nopcommerce
A lambda expression with a statement body cannot be converted to an expression tree in nopCommerce

I try to create a linq join query in the nopCommerce 3.0. i join two table in linq and write the …

c# asp.net-mvc-3 linq entity-framework-4 nopcommerce
What is the error "The method or operation is not implemented." in nopCommerce plugin during installing a new plugin

I am working on nopCommerce CMS. I created my own plugin and want to install it via Admin panel. I …

c# nopcommerce
ASP.NET CORE Hosting - Error Internal Server Error Handler "aspNetCore" has a bad module "AspNetCoreModule" in its module list

I'm hosting ASP.NET Core 2 site and getting below error message. HTTP Error 500.21 - Internal Server Error Handler "aspNetCore" has …

asp.net-core hosting nopcommerce internal-server-error nopcommerce-4.0
Debugging Entity Framework SQL statements

I am having a weird pattern of response time when using the Entity Framework for SQL communication. This is from …

performance entity-framework nopcommerce
Override a virtual method in a partial class

I am currently working with the nopCommerce source code and trying my best to avoid editing the source at all, …

c# overriding virtual nopcommerce partial-classes