Questions tagged [nopcommerce-4.2]
17 questions
5
votes
2 answers
How to connect docker images of ASP.NET Core (code first) and SQL server
I'm working with a project on nopCommerce, and trying to run it using docker images. There are two images, one is for nopCommerce and the second one is for MSSQL server. Here are the step I have followed,
1) Build docker image and run on a port…

Divyang Desai
- 7,483
- 13
- 50
- 76
2
votes
1 answer
NopCommerce 4.20 Plugin development error with Dependency Injection
I have a NopCommerce Plugin development with the dBContext name BookAppointmentDBContext and Dependency Registrar DependencyRegistrar see my snippet below.
public class DependencyRegistrar : IDependencyRegistrar
{
private const string…

Peter
- 793
- 3
- 8
- 31
1
vote
0 answers
Facebook Microdata debugger doesn't show any preview of OpenGraph, Schema
This is the site: https://4u.am/. It's default language is Armenaia. If i try to debug my site's url (https://4u.am/bouquet-of-roses-90-cm-3) microdata in facebook microdata debugger (https://business.facebook.com/ads/microdata/debug), it doesn't…

4L4M1N
- 76
- 2
- 7
1
vote
0 answers
Performance Issue with "Nop Ajax filter Pro"
We have 1 million products. We are using “The Ajax Filter Pro Pack” wherein combination we are using is “Category & Manufactures and Specification”
The challenge is we are facing a huge wait time of 15 seconds to filter and display the products.…

Trivedi Janmesh
- 11
- 1
1
vote
0 answers
MarkAsNewProduct filter is not working in nopcommerce 4.2
I am added checkbox for filtering "MarkAsNewProduct" in product category page of nopcommerce4.2.
let see the image first,
In this image I am filtering three thing on it. i.e. filtering vendor => category => markasnewproduct
Now vendor and category…

karan
- 482
- 1
- 8
- 30
0
votes
1 answer
Is it possible to to automatically add your Nop Quick Tabs in Nopercommerce 4.60.3
Good day ya'll, is there a way to add Nop Quick Tabs automatically to my Website after upgrade, Im using No Source Code version 4.60.3.
Eveytime I do an upgrade I have to add the Tabs(Datasheets) manually to the Tab section.
After upgrade the Tab…

Grampiano
- 99
- 1
- 7
0
votes
0 answers
Anywhere Sliders With Add Condition Group
My desire is that for each different Category, a different slider will be displayed accordingly, so I tried using the 'Add Condition Group' feature in the Slider Manager (Nop version 4.2). Please see image here:
enter image description here
At the…

ankara
- 1
- 1
0
votes
1 answer
NopCommerce installation on ubuntu 20.04/22.04
I am trying to install nopcommerce on Microsoft Azure cloud with Ubuntu 22.04.
First I installed the hestiacp control panel and configured dotnetcore templates from https://github.com/gabatronic/hestia-netcore. Secondly, hosted a sample application…

yvijay
- 1
- 2
0
votes
1 answer
What is the Application Name for Nopcommerce 4.60 no source code
I'm using no source code in nopcommerce 4.60. I'm trying to run this code in my root folder but I don't know what my ApplicationName is {yourApplicationName}.
dotnet {yourApplicationName}.dll

Grampiano
- 99
- 1
- 7
0
votes
0 answers
How can I create a column from a text field (using symbol separation)
`
`
This is my code. It's showing line below
Year…
@Model.YearSerial

Mir Abdul Latif
- 3
- 1
0
votes
0 answers
HTTP Error 500.19 - Internal Server Error nopcommerce
I am getting this error in nopcommerce framework when I run published code on IIS or any server, The configuration is correct at my end and tried every possible solution. can anyone help me with it ?

Bhavin patel
- 25
- 3
0
votes
1 answer
nopCommerce 4.4 migration from 3.8 and getting error related to DependencyRegistrar.cs
I am working on one of the project to migrate from nopCommmerce 3.8 to nopCommerce 4.4.
I am facing below issue, please help me to rectify it.
I have a controller called ' TEDPortalController ' where I have added methods from 3.8 related to…

AZEEM SHAIKH
- 1
- 1
0
votes
1 answer
NopCommerce: How to generate DLL file by updating the project build output path of custom plugin
I want to make a Test plugin for nopcommerce and as the documentation says, I have to create a folder at /plugins directory and the name should goes like this:
Nop.Plugin.Widgets.Test
Now I need to update the project build output path. But I don't…
user9277271
0
votes
1 answer
How to remove tabs in NopCommerce 4.40.3
How to remove tabs in NopCommerce 4.40.3. I would like to remove these two Tabs below in NopCommerce. There is no CSS where I can display: none;
Product tags
Products…

Grampiano
- 99
- 1
- 7
0
votes
2 answers
Where are concrete class injected in constructor being registered with DI framework?
I am trying to understand Dependency Injection where usually everything is injected as either via Constructor or Property Injection.
So far I have understood that it basically revolves around interface to mock the class.
I am checking out Nop…

I Love Stackoverflow
- 6,738
- 20
- 97
- 216