Quick view Remove SKU and number selection

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

  • Avatar: Schokomonk
    Schokomonk
    Participant
    November 2, 2021 at 19:26

    Good evening,
    I have set everything globally as variable products that can only be ordered individually. I don’t have article numbers either.
    However, the selection of the number of products to be ordered and the SKU appear in the quick view. How can I turn this off?

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 3, 2021 at 08:50

    Hello,

    Add this code in Theme Options > Theme custom CSS:

    .quick-view-layout-default span.sku_wrapper {
        display: none;
    }

    Regards

    Avatar: Schokomonk
    Schokomonk
    Participant
    November 3, 2021 at 13:34

    perfect the SKU is hidden. But I had also written that the number for put in the shopping cart is displayed. But we only have virtual products and storage is deactivated.
    Thank you very much for the help

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 3, 2021 at 13:45

    Hello,

    Change the code to:

    .quick-view-layout-default span.sku_wrapper,
    .quick-view-layout-default .quantity{
        display: none;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.