Questions tagged [nopcommerce-4.1]

19 questions
3
votes
1 answer

Plus sign converts to + in nopcommerce 41 but resolve into 42beta

My website is build with nopcommerce41. '+' characters are being replaced with + on runtime. Everything is working fine except for this issue. Example: Google search results displays url look like www.demo.com?search=+apple but bing search…
Sangeet Shah
  • 3,079
  • 2
  • 22
  • 25
2
votes
1 answer

NopCommerce 4.10 error while installing plugin

Hi have been following the Pluralsight Course on NopCommerce, but it is for the older version. I have been trying to build the same functionality in NopCommerce 4.10 When I try to install the plugin, getting the error: No constructor was found…
1
vote
1 answer

Facebook login fail elb of aws

There is the same topic at Facebook authentication callback to wrong server with AWS ELB elastic load balancer It was working perfectly when there was a single instance but after add new instance the FB login not working. I have enabled the sticky…
sina_Islam
  • 1,068
  • 12
  • 19
1
vote
1 answer

Server responded with 400 code when trying to upload file with DropZone JS

I'm trying to upload files using Dropzone JS but I got the error message: Server responded with 400 code" I tried setting @Html.AntiForgeryToken() in the form. I also tried sending a…
1
vote
0 answers

Asp.net core 2.0 TLS 1.2 exception "The client and server cannot communicate because they do not possess a common algorithm"

Let me list specs regarding this application: Windows 10 for all of us Asp.net core 2.0 web app We all use VS2017 We're using IIS Express SSL is turned on for this application We trust our IIS express localhost cert During startup we do the…
IWriteApps
  • 973
  • 1
  • 13
  • 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…
0
votes
0 answers

msnbot create new guest customer instead to use as SearchEngine customer

I am using nopCommerce 4.1 version. I have looked at the customer table and I have found lots of guest customer created with msnbot. I have search that customer IP as below Decimal: 3475901895 Hostname: msnbot-207-46-13-199.search.msn.com ASN:…
Sangeet Shah
  • 3,079
  • 2
  • 22
  • 25
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…
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…
0
votes
2 answers

How to make Nop-Commerce 4.20 plugin ready for distribution

I am working with the new plugin of Nopcommerce 4.20. The plugin is almost completed but I need to make the plugin ready for distribution. But there are unnecessary folders created inside Nop.Web/Plugins/. I made the Nop.Web and Nop.Web.Framework…
0
votes
0 answers

How do you take away the numbers next to the button in nop commerce

How do I take away the numbers next to my text it display the numbers of products available next to the button text I have already tried cant get it fixed
0
votes
2 answers

Build NopCommerce project in an Azure Pipeline

I have been trying to create a build pipeline for a NopCommerce project, is the 4.1.3 version so it's built on dotnet. After trying several .yml, I ended trying the most simple option and even then, doesn't work. trigger: - master pool: vmImage:…
0
votes
1 answer

How to get current base url in register route class?

I'm developing plugin for nopcommerce shopping cart(ASP.NET Core 2.1). Before registering routes in RouteProvider class,i need to access current domain name in order to some validation checks but when using IHttpContextAccessor to get Httpcontext…
0
votes
1 answer

Change default selection in sidebar to my custom plugin

I am creating a custom plugin for Nopcommerce 4.1 for learning purposes. I copied the default plugin PickupInStore and changed it to my needs. I then added a custom item in the sidebar that redirects to the configuration page of my plugin and it…
MilkSake
  • 43
  • 5
0
votes
1 answer

I want to create chatbot widget plugin in nopcommerce 4.1 or above

I am new to nopcommerce,I understood all the basic code flow of nopcommerce.So Now i started replicating plugins (widgets).I created a plugin can install and uninstall but no idea how to create a widget and add it commonly in all pages.what i am…
1
2