Questions tagged [nopcommerce-4.0]

36 questions
22
votes
5 answers

ASP.NET CORE Hosting - Error Internal Server Error Handler "aspNetCore" has a bad module "AspNetCoreModule" in its module list

I'm hosting ASP.NET Core 2 site and getting below error message. HTTP Error 500.21 - Internal Server Error Handler "aspNetCore" has a bad module "AspNetCoreModule" in its module list My application is using nopCommerce 4.00 and server side already…
5
votes
0 answers

Authorisation load balancer

How does DataProtectionKey work if I have nop installed on two different machines with load balancer in front. Problem is that for now, cookie generated on first instance does not work on another instance and it logs me out. Tried to set same…
xurca
  • 2,426
  • 3
  • 24
  • 29
4
votes
2 answers

asp.net core 2.0 not getting exact path of css or view page

net core 2.0 and i have getting issue to getting full path as shown as given below if you have any idea please give me solution string filePath =…
ILYAS PATEL
  • 278
  • 1
  • 12
3
votes
3 answers

Remove route from RouteCollection in Asp.Net Core and add new with same route name (nopCommerce-4.00)

I want to remove existing route from RouteCollection and want to add new route with same route name in nopCommerce 4.00 via plugin Existing route name: //home page routeBuilder.MapLocalizedRoute("HomePage", "", new { controller =…
3
votes
1 answer

specify a route's controller namespace in ASP.NET core

I am working in a nopCommerce 4.0 plugin, in my plugin, I want to override the OnePageCheckout action in Checkout controller. in the previous version Mvc, this will work with following…
lucas
  • 503
  • 2
  • 13
3
votes
1 answer

Nop Commerce Custom View Engine for IComponents View Does'nt work in nopcommerce 4.0

I have the following code in a custom plugin in NopCommerce v4.0 I am trying to Override the page of default ordertotal of IComponent in nopcommerce and try to overrride from my Plugin with given Code ViewLocationExpander.cs public class…
ILYAS PATEL
  • 278
  • 1
  • 12
2
votes
1 answer

Cannot find Default weight and Dimension - NopCommerce

After upgrading from NOPCommerce 3.90 to 4.0, I now get the following warnings: Default weight. The ratio should be set to 1. Default dimension. The ratio should be set to 1. I cannot find them anywhere in the settings and have searched the…
Anthony Horne
  • 2,522
  • 2
  • 29
  • 51
2
votes
0 answers

nopCommerce 4.0 Widgets error - The page you requested was not found

I have created a Widget in nopCommerce_4.00, and could see/install in Admin area. But when I click Configure button, it navigates to URL - http://localhost:15536/Admin/WidgetsProductMessage/Configure And the error is - The page you requested was not…
Nand
  • 21
  • 2
2
votes
2 answers

How to setup multi store in localhost for nopcommerce 4.0? (.net core)

I setup nopcommerce in IIS after publish Nop.Web project. I set different domains in hosts file as below, 127.0.0.1 www.store1.local 127.0.0.1 www.store2.local In IIS, I bind www.store1.local with publish folder, It is working fine with…
Gaurav Radadiya
  • 213
  • 3
  • 16
2
votes
1 answer

@Html.DeleteConfirmation in a Plugin View (Admin) in asp.net core 2.0

Looking at core code examples of say... Edit Action for SpecificationAttribute. I am looking to replicate this delete function in the same manner in my plugin, however, getting an error. Getting this error 'IHtmlHelper' does not contain a…
2
votes
1 answer

Nopcommerce application restart stop visual studio 2017

When I restart nopCommerce 4.0 application from admin side it always stop visual studio and as well as application. Same thing happening on Plugin install and uninstall time. It's take too much time for build and run project every time on restart…
ILYAS PATEL
  • 278
  • 1
  • 12
1
vote
1 answer

Nopcommerce API Information

I am planning to replace conventional checkout process of nopcommerce with nopcommerce API. Does Nopcommerce provide the Checkout process with this nopcommerce API ? Please help me if there is any resource link.
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

Https Post with .crt and .key

I am sorry if it is duplicate. I see a couple of post over the internet about this topic. But do not get any appropriate solution. I am working at nopcommerce 4.0, which is run on the .net core but the targeted framework is 4.x.x. I am developing a…
sina_Islam
  • 1,068
  • 12
  • 19
1
vote
0 answers

How to override EditPopup method on my own payment plugin NopCommerce?

I'm developing my own payment plugin on NopCommerce, my payment plugin requires additional info from the shop owner which I implemented on the config page, I want to prevent the owner to enable the plugin until he enters the required info…
1
2 3