You have no items in your shopping cart.

Friday, April 26, 2024 11:31:59 AM

PayPal Plus. language pack?

Posted: 5 years ago

#8465 Quote

michael.brockhaus45

Posted: 5 years ago

#8465 Quote
Hallo,
is there a German language pack für your PayPal Plus plugin for nopcomerce 4.0?

Posted: 5 years ago

#8466 Quote

Support

Posted: 5 years ago

#8466 Quote
Customer mode.
Plugin checks the customer's language (site language) and send to PayPal.
If you need to send only German to PayPal you can change the file PaymentInfo.cshtml.

        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%');
                }
        });

If you need to change the language in admin mode and warning messages than you can change the file Resources.en-us.xml with resources.

One of our customer was from German and he did language translating to German.
https://www.nopcommerce.com/p/3139/language-foxnetsoft-39-deutsch.aspx

You can connect to him.


Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved