You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    I have fixed this bug.
    Replace plugin folder (DLL file and check it)

    Thank you for report about it.

    5 years ago

    Open ACL list and check if customer has this rule "Plugin. Admin area. Import Manager.

    5 years ago

    Can you help me to solve this problem?
    1. Check if you enabled phone number
    https://support.pinnaclecart.com/hc/en-us/articles/115013022727-Require-phone-numbers-for-PayPal-Express-Checkout-orders
    2. Enable debugging on plugin configure page and do order.
    3. Send me plugin log file.

    5 years ago

    Language = _workContext.WorkingLanguage.LanguageCulture,
    Country = _addressService.GetAddressById(_shippingSettings.ShippingOriginAddressId).Country?.TwoLetterIsoCode;


    If you have the message in English can you check the values Language and Country by default?

    5 years ago

    Open the plugin configure page and enabled debugging,
    Try to check out
    Send me plugin log file

    5 years ago

    Plugin has to send to PayPal the language from the nop store.

    Open the file PaymentInfo.cshtml
    and change these values

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

    5 years ago

    What plugin release do you use?
    Is it 1.01?
    I can't duplicate this bug on my test store.
    Open this product in admin mode and make print screen. I want to see it settings.

    5 years ago

    Open plugin configure page  and change the parameter "Number of products".

    5 years ago

    I added it. Download new release and replace Create.cshtml file
    Try and write me about result.

    5 years ago

    You changed the native cshtml file ArticleTemplate.Default.cshtml

    Send me it.
    You added picture manually and used
    Model.PictureModel.ImageUrl
    Try to use
    Model.PictureModel.FullSizeImageUrl

    5 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved