Now nopCommerce bKash payment plugin is available in nopvalley. Check the plugin from here - https://www.nopvalley.com/nopcommerce-bkash-payment-plugin
- 2024
- 2022
- 2021
- 2020
- 2019
Blog
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
Check out the NopCommerce Onepage Checkout Plugin
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