Questions tagged [nopcommerce-3.80]

29 questions
6
votes
6 answers

FacebookApplication.VerifyAuthentication(_httpContext, GenerateLocalCallbackUri()) return null on Facebook

I've developed an mvc 5 application using nopcommerce and i use facebook login using External callback it was working but now it is not working and i can't find out actual problem. And using this below…
3
votes
1 answer

Displaying Unique SEO code two times in the URL when change length 2 to 5

My editor is vs2015 community. Currently default nopCommerce supporting only two character for Unique SEO code But I need to at least five character. e.g if Vietnam English then url will be /vn-en and if Vietnam Vietnamese then url will be /vn-vi So…
Jatin Gadhiya
  • 1,955
  • 5
  • 23
  • 42
3
votes
1 answer

Add Submenu in admin panel in NopCommerce 3.8

I am learning Nopcommerce from the tutorial provided by Pluralsight. When it comes to adding menu for the plugin in the admin panel it is different with the version 3.5 and 3.8. There is no public SiteMapNode BuildMenuItem() instead we have to use…
Avinash
  • 193
  • 1
  • 14
2
votes
1 answer

Nop.Plugin.Payments.Paytm.PaytmPaymentProcessor' does not implement interface member 'Nop.Services.Payments.IPaymentMethod.PaymentMethodDescription'

I am unable to integrate paytm payment module in nopcommerce. I am getting an error which is given below. Error 6 'Nop.Plugin.Payments.Paytm.PaytmPaymentProcessor' does not implement interface member…
Musakkhir Sayyed
  • 7,012
  • 13
  • 42
  • 65
2
votes
2 answers

The operation cannot be completed because the DbContext has been disposed. nopcommerce

I am getting DbContext has been disposed error when I try to get data from database using below code that have mention. How to solved this issue ? public class ExampleService where T : Example { protected readonly IRepository
sangeet
  • 121
  • 6
2
votes
1 answer

How to replace language UniqueSeoCode from url

How to replace language UniqueSeoCode from url. I need to manage language UniqueSeoCode from plugin. how to replace from plugin. if user selection any language from website but i need to redirect to only one language then how to do this ? I try to…
sangeet
  • 121
  • 6
2
votes
2 answers

NopCommerce Task Plugin not starting task

Using NopCommerce 3.8. I have created a new Misc plugin. The purpose is to run a task that restfully calls my web api for data. The following is my code: Plugin class public class MereSyncPlugin : BasePlugin, IMiscPlugin { private…
lemunk
  • 2,616
  • 12
  • 57
  • 87
1
vote
1 answer

could not load method in admin controller in nopcommerce 3.80

I am creating new menu in admin panel and for called that menu I have created new controller named AwazMaster and in that I have created method named Index. Now at run time when I click on that menu it shows me page not found in user side in…
karan
  • 482
  • 1
  • 8
  • 30
1
vote
0 answers

Management of notifications in the nopcommerce plugin

I develop a plugin on nopcommerce 3.8 and I'm almost at the end. This plugin is the payment plugin and allows to redirect users to a page of a bank to pay the order. My problem now is to manage the various messages (notifications) that the user will…
BGael
  • 11
  • 1
1
vote
1 answer

how to remove [+£xxx] weight adjustment from product attributes on product detail page in nopcommerce 3.8

I want to remove the [+£xxx] weight adjustment from product attributes on product detail page in nopcommerce 3.8. For more clear let see the image the red box indicates the weight adjustment of product attribute which I want to remove. Is there…
karan
  • 482
  • 1
  • 8
  • 30
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
1 answer

Add to cart doesn't stick in IE11 - IE ASP.NET session cookie changes on refresh

We're using Nop Commerce 3.8. When we add an item to the cart when using Chrome, Firefox, Safari or Opera, it works fine. But when we do it when using IE, it appears to add the item to the cart, but it doesn't stick - the item shows up in the fly…
Shavais
  • 2,476
  • 1
  • 27
  • 25
1
vote
1 answer

How can I add a submenu in admin panel under a existing menu in NopCommerce 3.8?

My question is almost similar like this question except a little bit change. There is a solution for adding menu, like I also want to add menu but in a different process. Currently I am developing a project on combo promotional offer. So therefore I…
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…
1
2