Questions tagged [nopcommerce-3.80]

29 questions
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…
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
1 answer

An exception of type 'System.InsufficientExecutionStackException' occurred in System.Web.dll but was not handled in user code in nopcommerce 3.80

The topic error shows when I add the method in common controller and call that method from Header view file which is located under the Theme => View => Shared in nopcommerce 3.80. Here is my method which I call from common controller public…
karan
  • 482
  • 1
  • 8
  • 30
0
votes
2 answers

The required anti-forgery form field "__RequestVerificationToken" is not present in datatable nopcommerce 3.80

I want to fetch data and show in datatable in nopcommerce 3.80. When I am doing at that time it shows the error i.e. The required anti-forgery form field "__RequestVerificationToken" is not present. I add antiforgery keyword also whenever want to…
karan
  • 482
  • 1
  • 8
  • 30
0
votes
1 answer

DLL error at Publishing nopcommerce 3.80 fresh code

I've download nopCommerce 3.80 fresh code from github and publishing it from Visual Studio 2017 framework and I'm getting DLL related error. Here are error messages. ------ Build started: Project: Nop.Services, Configuration: Release Any CPU SGEN :…
karan
  • 482
  • 1
  • 8
  • 30
0
votes
1 answer

NopCommerce upgrade from 2.3 to 3.8

I am currently using NopCommerce v2.3 with a lot of custom development for a fully functional e-commerce website. I'm supposed to be taking care of its upgrade to v3.8. I am aware that there are SQL scripts released to upgrade across minor versions.…
tilakmukul
  • 116
  • 1
  • 9
0
votes
1 answer

Issue while enable SSL in NopCommerce v3.80

I have been using nop commerce v3.80. They have provide an option to enable ssl in admin. While enabling ssl in admin->store->enablessl option I have been getting error like This page isn’t working. Redirected you too many times. Try clearing your…
Velu
  • 1
  • 1
0
votes
0 answers

how to add fields to contact us page for product tab step by step

Hi there how do you add fields to the contact us page for nop commerce step by step im new to nop commerce I tried to add a field in ProductContactUs.cshtml but i got a…
0
votes
1 answer

How do I configure the NopCommerce PayPal Standard Plugin to use my sandbox account?

I am hoping someone will be able to help me make some sense of PayPal. I am attempting to add PayPal to a nopCommerce 3.8 site for a client. The PayPal Standard plugin is already there, so I am trying to configure it so I can test it. I have a…
0
votes
1 answer

how to create multi language mvc site with database

I want to create multi language mvc site with database which is each language has a key and language Id and value but i do not know how should i call this value in landing page. I read Nopcommerce multi language Implementation but did not understand…
Mojtaba
  • 81
  • 10
0
votes
0 answers

Server side sorting is not working in kendo ui grid

I am trying to apply sorting on all data when i click on Name but sorting operation is applied on first page data. Here is my code. $("#products-grid").kendoGrid({ dataSource: { …
Ajisha
  • 413
  • 6
  • 22
0
votes
1 answer

How To Set Default Value In NopDropDownList...?

I Have One Field Store And In This Field Three Value 1=All (This Value Is NopCOmmerce Default Value) 2=Store1 3=Store2 And I Want To Set Value 1 Or 2 My View Page For Store
K-Series
  • 189
  • 1
  • 2
  • 16
0
votes
2 answers

NoCommerce 3.80 External Login Plugins

I am new to NopCommerce as well as C# MVC. I am working on NopCommerce 3.80. As per Instructions I downloaded Google+ Plugin from NopCommerce Official site and Installed it and also configured it. But when i click on Login with google button, it…
-1
votes
1 answer

System.OutOfMemoryException on savechange() in c# using nopCommerce

I around have 400,000 records which is coming from file. But after inserting 30000 to 33000 of records it is throwing error 'System.OutOfMemoryException' In my system i have 8gb of ram i think it is enough for this. And i inserting bunch of records…
PixelDev
  • 273
  • 2
  • 11
1
2