You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    Can you disable plugin on plugin configure page and check if you see payment method list?
    Plugin uses native nopcommerce logic for getting payment method list.

    7 years ago

    Try new release.

    If you don't want to replace all cshtml files (you changed them before).
    How to upgrade plugin?

    1. Replace DLL file.
    2. Add new function checkoutAttributeChange in _SimpleCheckoutScript.cshtml.
    3. Add new cshtml file _CheckoutAttributes.cshtml.
    4. Change SimpleOrderSummary.cshtml or SimpleOrderSummary2.cshtml.
    Add this code

            if (Model.CheckoutAttributes.Count() > 0)
                    {
                <div class="selected-checkout-attributes">
                    @Html.Partial((string)Model.CustomProperties["_CheckoutAttributes"], Model.CheckoutAttributes)
                </div>
            }


    old code
    if (!String.IsNullOrEmpty(Model.CheckoutAttributeInfo))
                    {
            <div class="selected-checkout-attributes">
                @Html.Raw(Model.CheckoutAttributeInfo)
            </div>
                    }



    About problem.
    We wasted a lot of time for solving problem with another our plugin Payment Method Rules. You can create a payment rule using checkout attributes.
    Example.
    Add new payment rule
    - display 'Direct PayPal payment method' if customer selected checkout attribute 'Use gift wrapping'.
    But you can have new condition on cart page
    - hide checkout attribute 'Use gift wrapping' if customer selected 'Direct PayPal payment method'.

    I realize that the store's owner had to think about such problem himself, but ....
    We haven't solve this problem yet. In this release we use the next logic.
    Customer changed checkout attribute but plugin didn't refresh payment method/ shipment method list.




    7 years ago

    I am sorry for delay. You waited more two weeks, but I told that you would wait two days.
    I'll send you new release today.

    7 years ago

    Yes.
    If you use Ajax for loading products you will have ONE pixel code (first loading of page).
    You will use filters and pagination but we have static FIRST page.
    Plugin doesn't send pixel.
    Do you want to send pixel second time with new product list?


    If you dons't use Ajax (each URL has another page) we'll have two different pages.
    The second URL
    https://lifestylebybabettes.com/sofas#/pageSize=6&orderBy=0&pageNumber=2
    is different for Google.
    Each page has own pixel with own list of products.


    7 years ago

    Open this page (with problem tag <img>) and validate it using external validation service.
    https://validator.w3.org/

    You page has wrong <img>.
    Example you didn't close this tag, etc.
    Validate pages and solve problems with HTML markup.

    7 years ago

    You are right....
    The second page will have another products.... plugin will track new page (URL) and new products....
    I must read documentation about such logic....

    7 years ago

    No, problem.
    Thank you too.

    7 years ago

    I removed commas for header line and removed commas for empty values.
    Try new release.

    7 years ago

    >The best option is to replace a " with a "" this way it will still be a valid csv and will keep the quote.
    I added your request.
    Thank you.

    7 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved