You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    Plugin used customer's settings from browser, but most of customers where from Germany and they notices that sometimes PayPal display message in English.
    I decided to use static value.
    You can change them in the file PaymentInfo.cshtml
    Comment them.

            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%');
                    }
            });
            $(document).ready(function () {
                $('.payment-info-next-step-button, .confirm-order-button').hide();
                //$('.payment-info-next-step-button, .confirm-order-button').show().prop("onclick", null).unbind().click(submitpaypalplus);
           });


    Or download new ZIP file from our site.
    I changed plugin and build the new release with this fix.

    PayPal works only in several countries.

    6 years ago

    I did it. Try new release 1.08.

    6 years ago

    PayPal added several months ago new feature for payments without any shipping address, but .NET API library doesn't have it.
    I see only one solution to use billing address as a shipping address.
    I'll do new release.

    6 years ago

    Answer from PayPal support


    Unfortunately the option to do REST API on behalf of an account is not available at this moment. You would need to use the NVP classic API for this option." This is 2017, and I've seen comments from PayPal in 2013 saying that it's 'coming soon'!


    But I saw that PayPal added support

    NO_SHIPPING

    I'll see how to solve tit.
    6 years ago

    One moment. I'll check it.

    6 years ago

    1. What nopcommerce version do you use?
    2. Can you describe the problem place in admin mode, step by step and in what place did you wait the answer from the server?

    6 years ago

    We have fixed it.
    Release 1.08.
    Old script has extra comma.
    Thank you.

    6 years ago

    Did you upgrade your old nop version?
    Old nop stores use another system name for task.
    New nop (4.00) use new system name for task.
    Plugin had to rename old task name...
    Can you open the table ScheduleTask and remove wrong row with type value 'FoxNetSoft.Plugin.Misc.Pagespeed.PictureOptimizerTask, FoxNetSoft.Plugin.Misc.Pagespeed'?

    Do you see the correct row with type 'FoxNetSoft.Plugin.Misc.Pagespeed.PictureOptimizerTask' ?

    6 years ago

    We have special plugin for it.
    Google Customer Reviews
    This plugin has all settings from the box.
    You can set any parameters easy.
    Please try it.

    6 years ago

    > 1-Configuration page not save Newsline.
    I have fixed this bug. Thank you.

    >2-page articles in public site is empty.
    Can you explain me the problem?
    Did you create the articles and didn't see them in public page?

    6 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved