You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    Ok...
    It's good that the problem was solved.

    6 years ago

    Send me your import file and make print screen
    the second tab with mappings. Send me it too.
    I want to see it.

    6 years ago

    It was a bug... I have fixed it. Thank you.

    6 years ago

    You can remove second default nopcommerce tag (you can change cshtml file).
    Ignore this second nopcommerce tag.
    If Google sees ld-json script  than Google will use only it.

    6 years ago

    I did new release. Try it.

    6 years ago

    I added it in release 1.30
    Thank you

    6 years ago

    I did new release and use pare of dimensions.
    Try it.

    6 years ago

    This cshtml files don't have css style payment-info-next-step-button for buttons.

    Change the cshtml files

    OnePageCheckout.cshtml

    old code

    <button onclick="PaymentInfo.save()" class="btn waves-effect waves-light">

    new code
    <button onclick="PaymentInfo.save()" class="btn payment-info-next-step-button waves-effect waves-light">


    PaymentInfo.cshtml

    old code
    <button type="submit" name="nextstep" value="@T("Checkout.NextButton")" class="btn waves-effect waves-light">@T("Checkout.NextButton")</button>

    new code
    <button type="submit" name="nextstep" value="@T("Checkout.NextButton")" class="btn payment-info-next-step-button waves-effect waves-light">@T("Checkout.NextButton")</button>
    6 years ago

    Version 1.03 - October 21, 2018

    + added new feature "Payment Account Number and Dutiable flag" link
    + added new carrier option 'ECONOMY SELECT'

    Thank you this idea.

    6 years ago

    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.


    6 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved