You have no items in your shopping cart.

Profile: Support

Avatar
Statistics
    3.80?

    I did it
    Download new ZIP file

    > 'Multiple thumb directories' i
    Yes.
    Try and write me about result.

    5 years ago

    Yes.
    This plugin tries to find possible grammar mistakes.

    5 years ago

    Yes and yes .
    Try it free.
    Can you explain the problem with Sku and Gtin?
    Plugin takes the name of products.

    5 years ago

    I have fixed this bug.
    Download new release of plugin and replace ShoppingCartButton.cshtml.
    Thank you.

    5 years ago

    Yes...
    I'll to fix it.

    5 years ago

    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.

    5 years ago

    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.

    5 years ago

    Try to use this URL
    https:///www.yourstore.com/sitemapmultilanguages-indexed.xml

    5 years ago

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


    new code for static German language for all customers.

           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

    >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.

    5 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved