I did it
Download new ZIP file
> 'Multiple thumb directories' i
Yes.
Try and write me about result.
Yes and yes .
Try it free.
Can you explain the problem with Sku and Gtin?
Plugin takes the name of products.
I have fixed this bug.
Download new release of plugin and replace ShoppingCartButton.cshtml.
Thank you.
1. Download the new ZIP file for each plugin from our site.
2. Copy folder from ZIP file for nop 4.00 (all files) to your new nop 4.00 store.
3. Restart your site (nop 4.00).
4. Plugin will upgrade itself.
You needn't use nop 3.90 for upgrade.
Upgrade to nop 4.00 at once.
If you see the message "Expire license" write us, we'll send URL with 50% discount.
Do you use nop 3.90 (3.80)?
If yes.
You can't redirect such URLs (you need to change IIS handler).
Because IIS sees such URLs ad link to file on disk.
Nop 4.0 (4.10) use ASP.NET Core.
This new technology allows to redirect such URLs.
Try to use this URL
https:///www.yourstore.com/sitemapmultilanguages-indexed.xml
Pay attention that PayPal Plus works in Germany, Brazil and several counties.
This is PayPal widget. You can't translate it. PayPal will do itself.
Plugin sends to PayPal the customer's language and PayPal will use it.
Open this file PaymentInfo.cshtml
and change this code.
Old code
var ppp = PAYPAL.apps.PPP({
"approvalUrl": "@Html.Raw(Model.ApprovalUrl)",
"placeholder": "ppplus",
"mode": "@Model.Mode",
// "language": "de_DE",
// "country": "DE",
"language": "@Model.Language",
"country": "@Model.Country",
"showPuiOnSandbox":"true",
showLoadingIndicator: true,
onLoad: function() {
$('#ppplus iframe').width('100%');
}
});
var ppp = PAYPAL.apps.PPP({
"approvalUrl": "@Html.Raw(Model.ApprovalUrl)",
"placeholder": "ppplus",
"mode": "@Model.Mode",
"language": "de_DE",
"country": "DE",
// "language": "@Model.Language",
// "country": "@Model.Country",
"showPuiOnSandbox":"true",
showLoadingIndicator: true,
onLoad: function() {
$('#ppplus iframe').width('100%');
}
});
>Should the Shipping Status also change?
Yes.
Plugin has to change this status. Plugin uses nopcommerce internal method for it and this nopcommerce method change the status. This method checks if you used Partial Shipment, etc.