Blog archive
RSS

Blog

What is NopCommerce?

nopCommerce is an open-source eCommerce solution based on Microsoft's ASP.NET Core framework and MS SQL Server 2012 (or higher) backend Database. It provides a catalog frontend and an administration tool backend, allowing shopping cart creation.

Flutter Paypal Payment Integration

Flutter Paypal Payment Integration product will integrate Paypal Payment in Flutter.

check the product from here - https://www.nopvalley.com/flutter-paypal-payment-integration

If you need any work in Flutter you can contact with us.

NopCommerce Home Page Fast Loader Plugin

NopCommerce Home Page Fast Loader Plugin will make home page very fast. So no more waiting for loading. It will give great user experience.

After performing any content update from admin panel some time later it will update home page content.  This plugin will create a schedular task named "HomePageUpdateTask". It will update home page periodically and for instant update run this manually. You will find Schedular Task list from here "/Admin/ScheduleTask/List". This plugin will work for default home page. If you have customized homepage then you can contact with us.

check the plugin from here - https://www.nopvalley.com/nopcommerce-home-page-fast-loader-plugin

NopCommerce Ajax Product Review Plugin

NopCommerce Ajax Product Review Plugin will allow users to write review in product details page without page refresh. Users do not need to go to another page for writing review. Instead they will write review in the product details page. This plugin is fully responsive.

NopCommerce Any Place Slider Plugin

NopCommerce Any Place Slider Plugin is now available in NopValley. With this Plugin you can add slider in any place of home page, category page and product page. Check the pligin from here - https://www.nopvalley.com/nopcommerce-any-place-slider-plugin

NopCommerce bKash Payment Plugin

Now nopCommerce bKash payment plugin is available in nopvalley. Check the plugin from here - https://www.nopvalley.com/nopcommerce-bkash-payment-plugin

NopCommerce Ajax Shopping Cart Plugin

With NopCommerce Ajax Shopping Cart Plugin you can update product quantity and remove product from cart without page refresh. Able to Remove all cart items with a single click. Can apply gift card code and discount code without page refresh. Just can do everything without page refresh. This page fully responsive with nice design which is very user friendly.

Features:

  • Support all browsers.
  • Fully Responsive.
  • Sticky Order Summary.
  • Increment/Decrement Product Quantity without page refresh.
  • Remove All cart Items without page refresh.
  • Apply/Remove Discount Code without page refresh.
  • Apply/Remove gift card code without page refresh.
  • Enable/Disable remove all from admin configuration.

Please checkout our best selling plugin: NopCommerce Ajax Shopping Cart Plugin

VIEW VIDEO

NopCommerce OnePage Checkout Plugin

Check out the NopCommerce Onepage Checkout Plugin

Enabling Multilingual/Localization in SharePoint Framework Client Side Webparts

Check the below steps for adding multiple language in SharePoint Framework(SPFx) webparts:

1. Within "loc" folder you will see a file named "mystrings.d.ts". At first add property here like below:

declare interface ITestWebPartStrings {
    WebpartTitle: string;
}

2. There is a file for english language named "en-us.js". If you want to
add another language you have to create another file. For example if
you want to add Norwegian language then you have to create "nb-NO.js" file.


3. After that add the property in "nb-NO.js" file for Norwegian language.
And for english language add property within "en-us.js" file as like below:

define([], function() {
    return {
        "WebpartTitle": "YourTitle",
    }
});

4. Now you have to import in your file.

import * as strings from 'TestWebPartStrings';

5. Now you can show "WebpartTitle" using "strings.WebpartTitle". This is the process to add multiple language.

let wpTitle = strings.WebpartTitle;

References from Microsoft documentation: Localize SharePoint Framework client-side web parts

If you want to do custom work you can place an order here:
https://www.fiverr.com/nizam5567
https://www.upwork.com/freelancers/nizamuddin

NopValley with SSL Enabled
NopValley is now more secured. We have enabled SSL in our site. So payment will be more secured now.