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
3
votes
0 answers

Adding the quantity part to the _ProductBox.cshtml in the views/Catalog

Adding the quantity part to the _ProductBox.cshtml in the views/Catalog so that changing the quantity would reflect the changes of the quantity in shopping cart page.
Sharathsshetty
  • 599
  • 6
  • 12
3
votes
2 answers

How to hide item from menu if user has not right to it in Admin Section?

I have create a new customer role "SubAdmin" with limited admin permission , assign it to any customer . When customer is login in admin section , he see same menu as administrator while he have not access right to some pages . When customer trying…
Sushant Bhatnagar
  • 3,684
  • 10
  • 31
  • 42
3
votes
2 answers

nopCommerce on AppHarbor. Redirect loop

I am trying to deploy a nopCommerce application to AppHarbor. When I start the page I run into a runtime redirect loop however. I added a bit of debug logging and the problem seems to be this part in Global.asax.cs ->…
chg
  • 106
  • 1
  • 7
3
votes
1 answer

Member Mapping specified is not valid.Error in ADO.net Entity Framework when add new column in database?

I am very new to ADo.net entity framework and i am getting the following error The type 'Edm.Byte' of the member 'IsActive' in the conceptual side type NopSolutions.NopCommerce.BusinessLogic.Data.Language' does not match with the type …
rahularyansharma
  • 11,156
  • 18
  • 79
  • 135
3
votes
0 answers

The antiforgery token could not be decrypted nopCommerce 4.40

Getting this error while open product detail page at front side of our nopCommerce 4.4 site. from error there is no clue that error from which action and from which controller etc. The antiforgery token could not be decrypted. Category:…
3
votes
2 answers

NopCommerce error SevenSpikes.Nop.Plugins.Core.dll' is denied

I got this error continually on my nopCommerce website. Application startup exception: System.Exception: Plugin 'Seven Spikes Core'. Access to the path 'C:\Inetpub\wwwroot\mywebsite\Plugins\bin\SevenSpikes.Nop.Plugins.Core.dll' is denied. I have…
Peter
  • 793
  • 3
  • 8
  • 31
3
votes
1 answer

Plus sign converts to + in nopcommerce 41 but resolve into 42beta

My website is build with nopcommerce41. '+' characters are being replaced with + on runtime. Everything is working fine except for this issue. Example: Google search results displays url look like www.demo.com?search=+apple but bing search…
Sangeet Shah
  • 3,079
  • 2
  • 22
  • 25
3
votes
1 answer

Nopcommerce view not updating

I updated the view CategoryTemplate.ProductsInGridOrLines in NopCommerce source code and also added custom code in CatalogController > Category action. The breakpoints are hitting in the controller code but the View breakpoints are disabled. It says…
Aishwarya Shiva
  • 3,460
  • 15
  • 58
  • 107
3
votes
1 answer

Working Azure DevOps (aka VSTS) Build Definition for nopCommerce 4.xx

Did any got a working Build Definition in Azure DevOps working for nopCommerce 4.xx working? If so will you please share the YAML-file. I tried several possible solutions, but I don't get it work. I used the default ASP.NET Core template from Azure…
Sven
  • 195
  • 2
  • 11
3
votes
1 answer

Nop Commerce Custom View Engine for IComponents View Does'nt work in nopcommerce 4.0

I have the following code in a custom plugin in NopCommerce v4.0 I am trying to Override the page of default ordertotal of IComponent in nopcommerce and try to overrride from my Plugin with given Code ViewLocationExpander.cs public class…
ILYAS PATEL
  • 278
  • 1
  • 12
3
votes
0 answers

Slow page load times with paypal express checkout integration

I'm looking into a website which has slow loading times. Sometimes it takes 15 seconds or more before the page starts to paint to the screen. When I analyze the website using the chrome dev tools I see whats in the following image : This appears…
Web Dev Guy
  • 1,693
  • 3
  • 18
  • 42
3
votes
1 answer

Problem with UrlRewriting in NopCommerce

I try to make changes in NopCommerce to include language in addreess bar I do knot know what seem to be problem. When I disable UrlRewriting everything works fine, when I enable it, when I'm on default language everything works fine when I go to…
antegtvn
  • 31
  • 2
3
votes
1 answer

Is there any way to force customer to change password in NopCommerce

We had moved one of our store from PrestaShop to nopCommerce. During the migration, we lost all registered customer's passwords because of password encryption policy. We have migrated all customers and given them a default password. We were…
Abdul Waheed
  • 383
  • 1
  • 4
  • 20
3
votes
1 answer

Displaying Unique SEO code two times in the URL when change length 2 to 5

My editor is vs2015 community. Currently default nopCommerce supporting only two character for Unique SEO code But I need to at least five character. e.g if Vietnam English then url will be /vn-en and if Vietnam Vietnamese then url will be /vn-vi So…
Jatin Gadhiya
  • 1,955
  • 5
  • 23
  • 42
3
votes
0 answers

Install WordPress in subdirectory of ASP.NET CMS on Microsoft-IIS/7.5

How would one go about installing WordPress in the subdirectory of another ASP.NET CMS, nopCommerce, on a Microsoft-IIS/7.5 server? Are there any particular security implications to consider? The server is running ASP.NET v4.0.30319.
Darren
  • 169
  • 1
  • 6