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

Having trouble getting my nopcommerce task to run

Ok so I have created a task I would like to run every hour: using Nop.Core.Domain.Stores; using Nop.Core.Plugins; using Nop.Services.Common; using Nop.Services.Configuration; using Nop.Services.Customers; using Nop.Services.Logging; using…
Web Dev Guy
  • 1,693
  • 3
  • 18
  • 42
-1
votes
1 answer

Nopcommerce using data from model in view as placeholder

So I would like to display data in my admin tab view, which is not null as a placeholder value. I though maybe something like this: @Html.EditorFor(model => model.AmazonProductSKU, placeholder = model.AmazonProductSKU) Or…
Web Dev Guy
  • 1,693
  • 3
  • 18
  • 42
-1
votes
1 answer

Pluggable architecture of nopcommerce

I want to create a pluggable architecture for my ERP project. I want to adopt the approach of nopcommerce, can anyone explain how it works please?
-1
votes
1 answer

IIS8, SSL Subdomains, SNI and single IP, and NopCommerce

We are using IIS8 and we are planning on hosting 2 secure sites on the same CMS (NopCommerce), as subdomains, on the same IIS instance. We has some issues figuring out the right configuration figured out. So I have a few questions about the…
ClosDesign
  • 3,894
  • 9
  • 39
  • 62
-1
votes
3 answers

Display SKU on the product category pages in grid view and list view

how to display the sku on the product category pages in grid view and list view. Best way to display the SKU on the product category pages in grid view and list view. I try to use service into view to get sku. but this is not proper way. I need to…
sangeet
  • 121
  • 6
-1
votes
1 answer

Can Nop Commerce Plugins that have "Supported Version: 3.8" work on a Nop Commerce 3.7 install?

We purchased a theme for our client's Nop Commerce website, and the plugins weren't showing up in the admin. So I started digging, and they say "Supported Version 3.8" and the install that our client is running is 3.7 Are they not showing up because…
TyGoss
  • 157
  • 1
  • 1
  • 7
-1
votes
1 answer

clicking on sitemap should load category page and show description at top - NopCommece

I am adding description for categories and sub categories and a conditional css in the
in…
-1
votes
1 answer

manufacturer products and address mapping in nopcommerce

we sell virtual gift and social experience like hot air balloon rides, tree house, horse riding, Ferrari car riding etc. These experience provides by different suppliers at different address. We are using nopcommerce as our development platform and…
NAS
  • 311
  • 2
  • 6
-1
votes
1 answer

I want to add Pictures to Categories and Product dynimaclly but I face broken Images

I made a small console application using c# that get all categories and loop into them if finds picture Id =0 as I inserted before in Database call this function protected virtual byte[] LoadPictureFromFile(string filePath) { …
sara adly
  • 297
  • 1
  • 5
  • 19
-1
votes
1 answer

Category Treeview like nopcommerce in MVC 4.0

When I click root category, I need child category to be displayed in body with images. Like this: http://demo.nopcommerce.com/computers I have created just a simple tree view in my application: http://buy2bargain.com/ Please guide me how to do…
user1035814
  • 184
  • 2
  • 4
  • 14
-1
votes
1 answer

Upgrading issue in nopcommerce3.0 on the sql database

I have upgrading issue in nopcommerce3.0 my current version in 2.3 for example: Suppose I have Customer table(nopcommerce version 2.3) which have around 8044 rows then I had upgrade script step by step until the version 3.0 then after I checked…
Sajith
  • 856
  • 4
  • 19
  • 48
-1
votes
2 answers

Load data in Telerik grid by dropdownlist selected value

I am a beginner in Telerik Grid in ASP.NET MVC3. I try to bind Grid with dropdownlist selected value. Please see my code below. My web model class public class CustomerEventRolesModels { public int Event { get; set; } public…
Ragesh P Raju
  • 3,879
  • 14
  • 101
  • 136
-1
votes
2 answers

qq Fileuploader always shows " Upload failed " in IE9

I am a beginner in qqFileuploader. I use qq File uploader in my MVC3 application Uploader works fine in the Firefox and Chrome but it's always shows the " Failed " message in the IE 9. Please see my image I am clueless. Please help.
Ragesh P Raju
  • 3,879
  • 14
  • 101
  • 136
-2
votes
0 answers

I want to add the code in nopcommerce website how should i add

I have WhatsApp image and a code the code is :
-2
votes
3 answers

How to get current time of particular country in nopcommerce 4.5?

I want current time of India country in nopcommerce 4.5. I used the following code for getting the current date time, i.e. DateTime.UtcNow in this line of code date is coming perfect, but according Indian time is not showing - it showing some other…
s.k.Soni
  • 1,139
  • 1
  • 19
  • 37
1 2 3
84
85