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

Remove old slider and remove Selected/Featured products from home page Nopcommerce Ver-3.90 (Prisma Theme)

Im currently trying to configure our new web store since we updated from Ver-3.30 to 3.90 and we are using the Prisma Theme and a different folder for the new version of our shop. The problem is i cannot find the slider on the top of the page to…
-2
votes
1 answer

Can nop commerce suppoert multible sellers

I'm new to nop commerce and I'm using version 4.0 (.Net core2), I've a project and I'm considering using nop commerce for it but I want to know weather nop commerce supports multiple sellers where every seller has his/her own…
-2
votes
1 answer

Split a PayPal payment into multiple payments to the same receiver

I manage a nopCommerce site that uses the PayPal Express checkout plugin. Our accounting department wants the ability to split the payments based on some business rules. This differs from PayPal’s Adaptive Payments because in this case it’s multiple…
Doug
  • 1
-2
votes
3 answers

How to solve this error of System.Data.Entity.Core.OptimisticConcurrencyException

Exception type : System.DataEntity.Core.OptimisticConcurrencyException Message : Store update, insert, or delete statement affected an unexpected number of rows (0). Entities may have been modified or deleted since entities were loaded.…
-3
votes
2 answers

how do i resolve this error?There is no argument given that corresponds to the required formal parameter

I have this code: namespace Nop.Plugin.MostViewed { public class MostViewCustom : BasePlugin, IWidgetPlugin { private readonly MVPObjectContext _context; public MostViewCustom(MVPObjectContext context) { …
-3
votes
1 answer

How to implement ‘Reverse bidding’ (Reverse auction) in nopcommerce?(providers bid for a specific job posted by customer)

I want to ‘Reverse bidding’ option in nopcommerece. E.g I am customer need to service and repair my car. I will create job on nopcommerce portal and add picture of my car. Now, providers will see my job and bid for it. I can see bids and choose the…
Trushna
  • 110
  • 6
-3
votes
1 answer

Asp.net Core Project VSTS I could not check in dll files bin folder inside dll files

visual studio team services i try to checkin all folder checkin fine but dll file i could not checkin Can any one help me how to checkin dll files
methababu
  • 13
  • 4
-3
votes
1 answer

SQL Server Insert rows from a table into another table with null value

Ok so I have just created a table _amazonProduct with some columns: ID ProductID ProductPrice Now I have a product table with many columns, more than 50. The column I want to insert is Id from product table into ProductID in _amazonProduct. All…
Web Dev Guy
  • 1,693
  • 3
  • 18
  • 42
-3
votes
2 answers

MVC:If ID is equal to zero

what I've got is a edit page and a create page. That are two links in another page, I am trying to create a redirect when the user tries to press on the edit button, if there is no value in the id, the site will take the user to the add page. Public…
jsg
  • 1,224
  • 7
  • 22
  • 44
-3
votes
1 answer

How to start development in nopcommerce?

I am new to nopcommerce. Actually I have installed NopCommerce on my pc. But for accessing code I have installed Visual studio 2012 after NopCommerce. Now I am getting an error like; Configuration Error An error occurred during the processing of a…
Abhay Andhariya
  • 1,989
  • 3
  • 16
  • 24
-3
votes
1 answer

how to insert text on image using java script in nopcommerce

Hi im using nopcommerce 2.60 (MVC structure), how to insert text on image using javascript thank you
Ajay
  • 1
  • 1
-4
votes
1 answer

Is there any login api for nopcommerce

In nopcommerce how to create api which will post username and password to system and on return give response true or false, if logged in then true else false
-4
votes
1 answer

nopCommerce Widget and Theme tutorial

I'm looking for widget and theme implementation tutorial for Asp.Net Mvc. I saw nopCommerce source code and seems they done it well. Plugin system and Zone (positions) supported theme system. But after checking code im so confused. Is there any…
-4
votes
1 answer

You are running a Trial version of SevenSpikes.Nop.Plugins

Question regarding to nopCommerce website. I have created a ECommerce website using nopCommerce. nopCommerce is a open source ECommerce web application. SevenSpikes providing a plug-ins for nopCommerce web site. I'm using two free version plug-ins…
Chandu
  • 962
  • 2
  • 16
  • 33
-5
votes
1 answer

How do display top 5 products from specific category

I want to fetch top 5 most popular product under specific category say computer. This is my class file: public partial class Category { public int Id { get; set; } public string Name { get; set; } public int ParentCategoryId {…
1 2 3
84
85