You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    Open the feed in admin mode, select the tab one. You will see the parameter 'Product image size'. Change it with new value 550.
    Create the feed file again. Plugin will create new pictures.

    6 years ago

    Thank you for error message. I'll check it.

    6 years ago

    Open this template for e-mail and select the tab FTP Settings .
    You can use FTP or SFTP or FTPS

    If you need another way to upload feed file write me.

    6 years ago

    Send one picture for example.

    And one.
    1. Change the last date of optimization and enable debuggin on plugin configure page.
    2. Run the task.
    3. Send me plugin log file.

    6 years ago

    You use correct values.
    Plugin has a parameter 'Last datetime of picture optimization'.
    Set empty this parameter, save it and run task for minify pictures.

    6 years ago

    It's a good idea to add support from the box in plugin.
    I have a list of payment methods and can add this JavaScript in main page.

    6 years ago

    Plugin has a bug.
    This plugin works ONLY for step by step checkout page.

    Open the file PaymentInfo.cshtml and remove this code

        Html.AddScriptParts(ResourceLocation.Footer, "https://js.squareup.com/v2/paymentform");


    add this code
    <script src="https://js.squareup.com/v2/paymentform"></script>


    Or add it in main SimpleCheckout.cshtml or SimpleCheckout2.cshtml file

    Plugin loads PaymentInfo.cshtml using Ajax. but nopCommerce doesn't add this script in the header of the page.


    Such problem has plugin for Worldpay.
    6 years ago

    I have done it.
    Download the new release from out site and try.
    Write me about result please.
    I didn't changed the release number...

    6 years ago

    Yes....
    it was old format.

    Do you want to add new value "orderid"?
    I'll add it now.

    6 years ago

    Yes.
    How do you want to add it?

    Old code

                var product_list = [];
                product_list.push(
                 { id: "productID_1", price: price_1, quantity: quantity_1 },
                 { id: "productID_2", price: price_2, quantity: quantity_2 }
                );
                            dataLayer = [];
                            dataLayer.push({
                                'PageType': 'BasketPage',
                'email': 'email address of the user',
                'ProductBasketProducts': product_list
                            });

    6 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved