Questions tagged [nopcommerce]

Open source E-commerce Shopping Cart Solution based on ASP.NET MVC and Entity Framework. Notable differentiators are multi-store and multi-vendor capabilities.

nopCommerce is an open source e-commerce solution that is .NET 6 based (C#) with a MS SQL 2008 (or above) or MS SQL Compact 4.0 (or above) backend database. It is built on ASP.NET Core MVC (targeting .NET 6) with Linq2Db (Entity Framework for 4.2 or below) Code First approach. Notable differentiators are multi-store and multi-vendor capabilities.

The homepage is http://www.nopcommerce.com.

The official nopCommerce discussion forum is https://www.nopcommerce.com/en/boards.

The GitHub page is https://github.com/nopSolutions/nopCommerce

1275 questions
8
votes
4 answers

HTML to nopCommerce theme

I am new to nopCommerce and trying to make HTML to theme on it I googled lots of things but not able to get proper way to create customized theme nopCommerce, can any one help, Thanks in advance
Yagnesh
  • 1,123
  • 3
  • 17
  • 27
7
votes
1 answer

Azure App Service slow compared to Azure VM

I have an ASP.NET Core system (based on NopCommerce framework) hosted on Azure VM (Standard F8s_v2 size). The application runs pretty smooth. Average response times are around 200 ms which is acceptable. Very same application was hosted on Azure App…
7
votes
1 answer

Nopcommerce Update entity issue

Using NopCommerce 3.8, Visual Studio 2015 proff. I have created a plugin that is responsible for making restful calls to my Web API that exposes a different DB to that of Nop. The process is run via a nop Task, it successfully pulls the data back…
lemunk
  • 2,616
  • 12
  • 57
  • 87
7
votes
2 answers

Get name of image in Nopcommerce

I want to create XML with list of products from Nopcommerce website. Because the image is in binary i cant find a way to get only the name of the image (i only need the image name not to display it on Image) any idea? my missing code is in the line…
Elidotnet
  • 291
  • 3
  • 18
7
votes
2 answers

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 successfully created the plugin and it is showing in admin panel under Local Plugin section. When I am trying to install it, I am getting error "The…
Anand Dubey
  • 103
  • 1
  • 1
  • 6
7
votes
10 answers

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 'Layout' and 'Html'. I have copied the same Web.Config that works in another plugin. I have also added the same references as used in the working…
hjd
  • 131
  • 1
  • 2
  • 8
7
votes
1 answer

Understanding MVC tags for nopCommerce

I am new to MVC , and in the application i downloaded and trying to debug i see this mark up @Html.Widget("body_start_html_tag_after") @Html.Partial("_Notifications") @Html.Action("AdminHeaderLinks", "Common") What does this mean?, @Html.Partial…
jedgard
  • 868
  • 3
  • 23
  • 41
7
votes
7 answers

How to publish NopCommerce and NopCommerce admin website?

I have deployed NopCommerce to Windows azure website and I am able to see home page of NopCommerce website on website URL. After I login using admin credentials, I can see Administration link at the top. But when I click on the link, administration…
Manoj Attal
  • 2,806
  • 3
  • 28
  • 31
6
votes
3 answers

System.Web.Routing.UrlRoutingModule does not implement IHttpHandlerFactory or IHttpHandler

In our Website this error is come every 5 minutes. And I don't know from where its call. we need robots.txt without this error. our application automatic call http://www.xyzName.com/content/images/thumbs/robots.txt And show below…
6
votes
1 answer

Microsoft.Data.Edm reference error

I have Nopcommerce(NOP.Web) application. When I build this application, there is Microsoft.Data.Edm.dll inside BIN folder with version 5.7.0.62414. But when I rebuild my plugin, which is copied into Nop.Web application, the version of this dll is…
Simon
  • 1,955
  • 5
  • 35
  • 49
6
votes
3 answers

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 sending api request: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at…
immayankmodi
  • 8,210
  • 9
  • 38
  • 55
6
votes
5 answers

Could not load file or assembly (nopcommerce 3.5) when changing to release

I have a new nopcommerce 3.5 website that i want to publish and on debug it all was well but as soon i changed to release im getting this error Error 1 Could not load file or assembly…
CMS
  • 3,657
  • 1
  • 27
  • 46
6
votes
2 answers

Fluent validation in Nop commerce - alphanumeric only

I'm trying to make the zip / postal code field in Nop Commerce 2.65 into an alphanumeric only field. I've edited the file AddressValidator.cs in the Nop.Web admin folder with the following line: RuleFor(x => x.ZipPostalCode) …
Full Time Skeleton
  • 1,680
  • 1
  • 22
  • 39
6
votes
1 answer

How to work with NopCommerce MVC as a team

We are currently looking at the newest version (2.60) of NopCommerce in MVC and we will be integrating it pretty soon…We’ve downloaded the Source Code and paid the 20$ for the User Guide documentation. The documentation is great! I mean…it is great…
Vlince
  • 5,885
  • 7
  • 45
  • 62
6
votes
1 answer

Understanding how Nop Commerce settings are loaded from the database

I am working with Nop Commerce and wondering if someone can please help me with my confusion. I have debugged the code many times trying to find out how the settings are loaded on start up of the web application. I just don't get it! All settings…
Brendan Vogt
  • 25,678
  • 37
  • 146
  • 234
1
2
3
84 85