• When a person is buying a product in my store, they get suggested products right there and I need to remove those additional items. Those items are not checked to add to the cart, but that just doesn’t make sense for our store.

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

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @camiloqui1

    If you want to hide the unchecked item then you can add the following code in additional CSS box:

    .woobt-product.woobt-product-together.woobt-hide {
    	display: none;
    }

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove related products’ is closed to new replies.