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
5
votes
2 answers

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

In nopcommerce2.2,which uses mvc framework, how can I add the quantity part to the product in the multiple products i.e _ProductBox.cshtml? Actually when I go to the single product page,I will get the quantity part.But I cannot transfer the…
Sharathsshetty
  • 599
  • 6
  • 12
5
votes
0 answers

Nopcommerce - how to set up Admin in new project

As the title suggests, we are building a new application, and would like to set up our administration area as a new project as nopcommerce does. We are trying this on a sample project at the moment, and what we have so far is :- Created a new MVC…
Simon
  • 1,412
  • 4
  • 20
  • 48
5
votes
2 answers

How do I debug a nopCommerce plugin while development?

I am looking for opportunities if there any way in which I can debug my nopCommerce plugin. I am working on a large sale product on nopCommerce therefore I am in such a critical situation to make a real time test or debug. Because I am quite unable…
5
votes
2 answers

The request was aborted: Could not create SSL/TLS secure channel.System.Net.WebException

I am using PayPalStandard plugin of NopCommerce. When I placed the order & make payment with paypalstandard plugin after successful payment on paypal, it redirects to merchants site. At that time it gives error: The request was aborted: Could not…
chitra
  • 556
  • 1
  • 4
  • 14
5
votes
5 answers

Change the connection string of nopCommerce?

I am using nopCommerce and I need to remove the connection string in the settings.txt file and insert the web.config file. How can i do this?
5
votes
1 answer

How to implement an Action Filter in NopCommerce

I want to change some code in an action of the OpcSaveBilling action from the CheckoutController. I don't want to alter the core code of NopCommerce so i need to try to overide the code with my own custom code. I've read this article to get me…
Tom Aalbers
  • 4,574
  • 5
  • 29
  • 51
5
votes
2 answers

how to publish nopcommerce to azure

I am new to nopcommerce. nopcommerce is running fine in visual express for web and I have customized several features. I tried to publish it to azure: I changed build for every project in the solution to release and made a rebuild I highlight…
kobosh
  • 483
  • 2
  • 7
  • 23
5
votes
2 answers

Difference between plugins and widgets in nopcommerce

I want to display a text box and a button in each product page. The customer would enter his/her city name in the text box and click the button to know whether delivery is available for his/her city. I learned I should I create a plugin/widget. But…
kelsier
  • 4,050
  • 5
  • 34
  • 49
5
votes
1 answer

Extend Razor Partial View from nopCommerce plugin

I'm working on a nopCommerce plugin project. nopCommerce is build on MVC4 using Razor Syntax. I need to extend one of the partial view from plugin/extension I'm building. However, I can't think of how to do it technically. Any idea, how to…
Krunal
  • 2,967
  • 8
  • 45
  • 101
5
votes
1 answer

Custom grid using Telerik pluggin in nopcommerce 2.8

Iam working on nopcommerce2.8 version. I have a problem with telerik plugin implementation to create new grid. Iam implementing a concept where for a product i want to give different price for different customer. So to assign new price for different…
5
votes
3 answers

Is there any way to override a MVC Controller Action?

I am adapting an open source project (NopCommerce). It is a great software and supports extensibility using plugins. For one plugin, I would like to add information to a view, to do that, I want to inherit from the Controller and override the…
JSBach
  • 4,679
  • 8
  • 51
  • 98
5
votes
2 answers

Magento vs. nopCommerce

This question might be subjective, but I hope you read it thru and help me come to a conclusion. I am an ASP.NET developer. I recently got in contact with a big company that sells products and wants to open an online shopping center. We want to use…
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
4
votes
1 answer

nopcommerce MVC Route Explain

When run nopcommerce 2.4.0, the link I get is localhost:7725/c/2/computers instead of localhost:7725/categories/2/computers I don't know where is the code convert categories to c Please help me to learn MVC via nopcommerce.
Green
  • 41
  • 1
  • 2
4
votes
1 answer

ASP.NET MVC 3 - Replacing HttpContext Response Not Working

I am using Nopcommerce which has recently been upgraded to use MVC3 - previously it used webforms. I am attempting to connect to Worldpay's (payment gateway) hosted site. The process is a little convoluted but essentially a form needs to be…
JP.
  • 5,536
  • 7
  • 58
  • 100
4
votes
6 answers

Nopcommerce v2.30

I'm a newbie to nopcommerce. I have downloaded Nop V2.3. The problem is,i want to edit the page but i don't know how to add plugins how to create one. How to change themes by code. How to remove plugins that i am not going to use? How to give price…
Fresher
  • 61
  • 2
  • 6
1 2
3
84 85