• Resolved charlesweir

    (@charlesweir)


    Hi

    I am having a problem with a woocommerce grouped products page.
    The page I have created has multiple “Sold individually” items, but it only allows me to select the top item.

    I have tried disabling all the plugins, but this made no difference.
    I works fine when tested with the storefront theme.

    Any ideas?

    Thanks
    Charles

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @charlesweir,

    please add following Additional CSS and it will work:

    .product .group_table #custom-check {
        opacity: 1;
        z-index: 0;
    }
    
    .product .group_table .custom-checkbox {
        min-height: .9rem;
        padding-left: inherit
    }
    
    .product .group_table .custom-checkbox label {
        display: none;
    }
    Thread Starter charlesweir

    (@charlesweir)

    Hi Romik84

    That sorted it.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce grouped products bug’ is closed to new replies.