• Resolved cryan200

    (@cryan200)


    I have a bundled product in Woocommerce that can consist of 5 or 6 products. Quickview for this item does not show all options within the window and scroll is not working. Is there a way that I can get the scroll to work within the window so customers can see the remaining bundle options and add to cart button? Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Giuseppe Madaudo

    (@askmagic)

    Hi there,
    could you share with me a link of the website where I can see the issue?
    Thank you.

    Thread Starter cryan200

    (@cryan200)

    Hi its cgrtempsite2.com – thanks very much

    Plugin Support Iván Sosa

    (@ivansosa)

    Hi there,

    in which product can we find the problem?
    We’re looking at different products but I can’t find the problem.

    Thank you.

    Have a great day!

    Thread Starter cryan200

    (@cryan200)

    Hi there,

    It’s the package deal product on this page : https://cgrtempsite2.com/product-category/club-shop/pailis-na-greine-club-shop/

    It’s a bundle item with options to select size for each product that’s part of the bundle.
    I can’t scroll on Mobile or desktop to see all items and can’t get to the add to cart button

    Thanks very much for your help

    Plugin Support Iván Sosa

    (@ivansosa)

    Hi there,

    please, try to add this CSS rule in Appearance > Customize > Additional CSS:

    #yith-quick-view-content div.summary {
        overflow-y: scroll;
        height: 800px;
    }
    
    @media only screen and (max-width: 768px) {
        #yith-quick-view-content div.summary {
            overflow-y: scroll;
            height: 360px;
        }
    }

    Let us know if that did the trick.
    Have a nice day!

    Thread Starter cryan200

    (@cryan200)

    Thank you very much! – that worked worked really well for most devices – but for a tablet it stops scrolling when half the add to cart button is visible – I’ll play around with the css code you gave me and see if I can get it work for all devices. Thanks again for your help – it’s really appreciated !

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    you’re welcome, we were happy assist you.
    If our support satisfied you, we would be happy to receive a positive feedback here.
    Don’t hesitate contact us whenever you need.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Quickview not scrolling’ is closed to new replies.