Questions tagged [nopcommerce-3.90]

39 questions
1
vote
1 answer

How to set prices dynamically : nopcommerce

I have created a plugin for NOPCommerce system. The admin add/attach pricing table to the product and store information in new table. Since, i don't wanted to override the original price for the product rather i will change it dynamically. Because…
Suhail Mumtaz Awan
  • 3,295
  • 8
  • 43
  • 77
1
vote
1 answer

I want to add if condition in kendo ui gridview Nopcommerce

{ field: "Id", title: "@T("Admin.Common.Download")", width: 100, headerAttributes: {…
Arun Solanki
  • 174
  • 11
1
vote
1 answer

Override Partial View from plugin NopCommerce 3.90

I am willing to override the "_RentalInfo.cshtml" and "_AddToCart.cshtml" pages from my Plugin. For this, I created the custom View Engine and provided the path to the files into "PartialViewLocationFormats, ViewLocationFormats".…
1
vote
1 answer

nopcommerce A disk error occurred during a write operation. (Exception from HRESULT: 0x8003001D (STG_E_WRITEFAULT))

i am working in nopcommerce solution 3.90, while importing products, from excel file i get this exception. my code is as follow public virtual void ImportProductsFromXlsx(Stream stream) { try { #region Import…
1
vote
1 answer

How to register and resolve many class to one interface in Autofac Dependency injection Framework

i'm working on product import module(NopCommerce3.9 plugin), i have 100+ different import format (excel file with different flied). so I've created one IFormat interface with import method so each new format class will implement the IFormat and…
1
vote
4 answers

No Database Instance in nopcommerce 3.90

I am facing error in nopcommerce 3.90 when run the project at that also at sometimes it is working good but after sometimes it shows the error of "no database instance". I am surprised it shows this type of error. Because the normal thing I have…
s.k.Soni
  • 1,139
  • 1
  • 19
  • 37
1
vote
1 answer

How to add an existing widget to Nopcommerce?

I am really new to Nopcommerce. I have an existing plugin [A slider widget for homepage]. I was trying to add the Nop.Plugin.Widget.PromoSlider.csproj file in the Plugins directory from Visual Studio 17 but got the following error: The imported…
1
vote
3 answers

SSL is not working in nopcommerce

I have website www.perfecthomehealth.com on landing page i can see the proper secure (https) but when i move to another page like category or other Product page i am not able to see the secure. Can you guide me what is the missing and what i need to…
1
vote
0 answers

How languagecookiename is related to "nop.installation.lang" in nopcommerce

I am getting issues that in nopcommerce 3.90 how languagecookiename is related to the "nop.installation.lang" string which is in InstallationLocalizationService class file. For more let take one demo i.e. in nopcommerce in…
s.k.Soni
  • 1,139
  • 1
  • 19
  • 37
1
vote
1 answer

nopcommerce 3.9 plugin async controller action not working

I am writing a plugin which has controller action Async but when calling that route it is not hitting, public async Task HelloWord() {} It is registered as a normal route in routeprovider how to achieve this functionality?
1
vote
1 answer

NopCommerce disposing of register interface instances

I have been struggling to get NopCommerce to pick up a registered interface. This line here this._connectionService = EngineContext.Current.Resolve(); is causing the error Instances cannot be resolved and nested lifetimes…
1
vote
0 answers

Extend Payment method on onepagecheckout view and controller

I have developed own payment plugin in nopCommerce 3.90 version. I want to call OpcLoadStepAfterShippingMethod method from my own plugin's controller and also want to extend OpcPaymentMethods viewpage. I have already extend default onepagecheckout…
Ajisha
  • 413
  • 6
  • 22
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
0
votes
1 answer

Need to published code run in localhost of nopcommerce 3.90

I have published code of nopcommerce 3.90 which is release mode. I want to run that code in my end with localhost. also need to open that code in Visual studio 2022. Does anyone know how to run that published code with localhost and open in visual…
0
votes
1 answer

Hide Confirm button on checkout page from plugin nopcommerce

Introduction I am working on a plugin which will need a "Confirm" button hide on some condition (written in action filter). Question: How to hide Confirm button on checkout page from plugin in nopcommerce. Problem Actually i cannot make view…
1
2 3