nopcommerce-3.80

SSL is not working in nopcommerce

寵の児 提交于 2020-01-05 05:33:16
问题 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 change in setting? 回答1: First you need to enable the SSL from Store setting hope you have already did. Then you have to enable "Force SSL for all site pages" from general setting. You must have the SSL certificate at server if not then your cart

Add Submenu in admin panel in NopCommerce 3.8

做~自己de王妃 提交于 2019-12-12 16:00:40
问题 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 public void ManageSiteMap(SiteMapNode rootNode) . I have used ManageSiteMap according to the documentation provided by NopCommerce How to add a menu item into the administration area from a plugin, but by using that code i was only able to show the

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

£可爱£侵袭症+ 提交于 2019-12-11 04:14:45
问题 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 want to add a sub menu under Promotion Like all other submenus image But what I have developed is creating a separate menu named Plugins and adding a submenu there. Like this image And here is the code I have used for creating that menu. public

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

元气小坏坏 提交于 2019-11-29 07:13:06
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 code this.FacebookApplication.VerifyAuthentication(_httpContext, GenerateLocalCallbackUri()); and it's returning me always null and authentication status failed i searched on web an do every thing and followed that steps but still i can't login with facebook. My code is like this in FacebookProviderAuthorizer.cs private AuthorizeState VerifyAuthentication(string returnUrl) { var authResult =

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

∥☆過路亽.° 提交于 2019-11-28 01:00:47
问题 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 code this.FacebookApplication.VerifyAuthentication(_httpContext, GenerateLocalCallbackUri()); and it's returning me always null and authentication status failed i searched on web an do every thing and followed that steps but still i can't login with facebook. My code is like this in