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
4
votes
1 answer

Asp.Net MVC 3 - Map a separate route that already belongs to an area

First keep in mind I am new to nop/mvc, and despite my best effort can find no solution to this seemingly simple task. I have been defining custom routes for a plugin I am making, and so far it's been going fine. Any routes I define have worked…
4
votes
1 answer

Resolving first time exception

I am working on the nop ecommerce website, When i try to run the project, i am getting a continuous series of exceptions in the debug section of visual studio 2010 and the browser doesnt shows the website, on the bottom left of the browser , it…
Mr A
  • 6,448
  • 25
  • 83
  • 137
4
votes
1 answer

Integrate NopCommerce with Angular 8 UI

I am going to handle a project which is very similar to an eCommerce website. I am thinking of leveraging NopCommerce framework for the same. I would like to build UI with Angular 8. I want to know can I integrate Angular 8 code with NopCommerce…
user1685854
  • 79
  • 1
  • 3
4
votes
1 answer

Nopcommerce Okta Integration

I have the following: Okta identity management w/ custom auth server .net core web application .net core web api application Nopcommerce 4.2 web application All are running in Azure app services. The web app and api app that I built are working…
Buckles
  • 161
  • 1
  • 9
4
votes
1 answer

How to authenticate emails to prevent gmail mark it as spam

We just open a new e-commerce website and recently noticed Gmail treat our e-mails as spam (notice the red question mark). Our website run behind CloudFlare so the email server IP address is different than the domain. We also did not send a bulk…
Onur Topal
  • 3,042
  • 1
  • 24
  • 41
4
votes
1 answer

Add new shipping method in NopCommerce

I want to add new shipping methods in the Shipping step, during check out process. Where in Admin section should I add them? And How? So far I tried in Config > Shipping > Shipping Methods section. But it didn't help me.
gmail user
  • 2,753
  • 4
  • 33
  • 42
4
votes
1 answer

Why is Visual Studio looking for my gulpfile in the wrong folder?

Backstory I've been trying to set up a project in Visual Studio, which uses GulpJS to compile Sass. I was told that VS should automatically recognize the package.json inside a project and run npm install, but I had to do that manually through a…
Quangdao Nguyen
  • 1,343
  • 11
  • 25
4
votes
1 answer

w3wp.exe has high cpu usage on every request

I'm running a Windows 2008 server (a VPS with 1GB of RAM), with SQL Server Express and IIS 7 installed. On it I'm hosting a NopCommerce 1.7 website, with a database of around 26 000 products. Right now I'm the only user of the website (it's in…
Tudor Carean
  • 972
  • 2
  • 12
  • 22
4
votes
3 answers

Authentication approach to be use in asp.net Web api and angular js

I am creating 1 website using Web api and angular js and i am so much confused about Authentication to be used in my web site. I have created one login.js in which there would be my Login method which will post my Username/Emailid and password to my…
4
votes
1 answer

How to sync Redis with local memory cache?

My app (NopCommerce) uses cache service 50-150 times on each page request. When I implement the service with Redis it slows down the page loads. I intended to cache results in memory and sync them with Redis. Is there any nuget packages or a project…
Rıfat Erdem Sahin
  • 1,738
  • 4
  • 29
  • 47
4
votes
1 answer

nopcommerce - multi store with product attributes

We are configuring a multi-store setup. Our products have several attributes and we want to limit the values of each attribute based on the store involved. For eg. if the product is Mug, then for store A, the mug may show Logo A and Phone A to be…
Pratik Kothari
  • 2,446
  • 2
  • 32
  • 54
4
votes
2 answers

Very Close but not quite able to override core view nopcommerce

I have been reading some very good post from Wooncherk, Twisted Whisperer, and Alex Wolf. Their articles respectively (Wooncherk), (Twisted Whisperer), and (Alex Wolf) have been extremely informative but alas I'm just not as smart as the rest of the…
GPGVM
  • 5,515
  • 10
  • 56
  • 97
4
votes
1 answer

Browsers do not set cookie

I developed an ASP.NET MVC website, using the nopCommerce platform. Everything works ok on the production server, but I recently encountered a problem regarding cookies, on the development server. The browser receives the cookie, but it does not set…
Marius Stănescu
  • 3,603
  • 2
  • 35
  • 49
4
votes
5 answers

Nopcommerce Error- "Page not Found" while redirecting from admin to plugin pages

I am using nopCommerce. I am developing a plugin Project. When I tried to redirect Admin page to plugin page, It gives error like "PAGE NOT FOUND" My Plugin page URL is localhost:2276/Admin/Category/List But it works properly for this…
Tushar
  • 410
  • 4
  • 20
4
votes
3 answers

Razor HTML Helpers giving intellisense errors in Nop Commerce Plugin

I am writing a plugin for Nop Commerce and my HTML helpers are giving me intellisense errors. I get red lines underlining them and the errors: Feature 'extension method' cannot be used because it is not part of the ISO-2 C# language…
David
  • 1,560
  • 2
  • 16
  • 32