You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    Yes.
    It's easy.
    Open the file in plugin folder WidgetZones.xml
    and remove this line
      <WidgetZone>productdetails_overview_top</WidgetZone>

    Or another way to use CSS style
    old

    .fns-stickers-big-list {
    }


    new
    .fns-stickers-big-list {
    display:none;
    }



    5 years ago

    Check if you use http or https in URL of store.

    5 years ago

    > 1. We are assuming that each picture can have a link (URL) to be set up when you click it.  Is there an option to define, for each picture separately, if the link will open in the same window or in a new (blank) window/tab?
    In the same window.
    You change the logic in the file PublicInfo.cshtml
    But plugin doesn't have such parameter.
    I think  if you need I can add it...

    > Disabled people should be able to stop the slider from running, on both desktop and mobile.  Do you support this?
    Can you explain me the problem or give me example?
    I didn't add such feature.

    > 3. Is there an option to design the navigation buttons on our own? such as small circles under the slider?
    You can change the style of slider.
    Plugin has CSS styles

    You can try plugin free. Download and try.

    5 years ago

    > as I understand, the plugin looks at the Shipping method and checks for the string 'UPS' or 'USPS' or 'DHL' or 'FedEx'
    If you enabled "Check Shipping Method from the order" than plugin will check Shipping method value.
    If you disabled this parameter than plugin will try to check tracking number for all shipping carrier.

    5 years ago

    I'll do it. It's a good idea.
    Thank you.

    I did new release

    Version 1.12 - January 03, 2019 (all nop versions)

    + added feature for USPS and UPS - removing spacebar from tracking number (plugin can check such tracking number 9999 9999 99999 ... too).

    5 years ago

    Plugin has JS file googleeehelper.js.

    If your theme has original nopcommerce css styles than plugin can replace events.

    Example
    Plugin tries to find all 'Add To Cart' buttons using this JS code.

            //addToCart
            $('.add-to-cart-button, .product-box-add-to-cart-button').each(function () {
                var productid = GoogleEEHelper._getProductId(this);
                if (productid > 0) {
                    $(this).click({ productid: productid }, function (event) {
                        event.preventDefault();
                        GoogleEEHelper.AddToCart('addToCart', event.data.productid);
                    });
                }
            });
    5 years ago

    Yes and no.
    Plugin sends customer's address to  Stamps.com and if this address is not valid then  Stamps.com doesn't create the label.
    Stamps.com uses internal customer's address validation.

    5 years ago

    Thank you.
    http://foxnetsoft.com/content/files/foxnetsoft.ImageSitemap.zip

    Try new release.
    Version 1.04 - December 31, 2018
    - added support export original ALT and Titles for pictures and added new parameters on plugin configure page (plugin used nop settings before).

    Open plugin configure page and enabled to export pictures.

    5 years ago

    Give me the URL for this page. I want to check it myself.

    5 years ago

    I solved this problem.
    Download new release.

    5 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved