A few Issues - by Yuliaes - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: Yuliaes
    Yuliaes
    Participant
    April 22, 2018 at 11:53

    1. When we use variable products, appear “SKU:N/A” (on regular products it’s not appear). we don’t want to display this field at all. we set the we don’t manage stock
    2. Where can we define “Related products” or is it automatically?
    3. “Load more products” button doesn’t work.
    4. I would like to disable the option to increase pictures (disable the icon)

    thank you

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 23, 2018 at 08:01

    Hello,

    1. Please add this code in Theme Options > Styling > Custom css:

    .single-product .sku_wrapper {
        display: none !important;
    }

    2. Please read this article https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/
    3. Make sure that you set correct settings for the plugin according to theme documentation –
    https://xstore.helpscoutdocs.com/article/65-woocommerce-infinite-scroll-and-ajax-pagination-settings
    4. Theme Options > E-commerce > Single Product Page > Lightbox for product images > Off.

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.