• kiburisa

    (@kiburisa)


    Hello,

    I’m using this plugin in two different sites, both using the default Woocommerce mini.cart. Option YES is selected in “Hide bundled products in mini-cart”, but they are not being hidden on any of the sites.

    Any ideas on how to fix this?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • miemie

    (@miemie)

    Hi @kiburisa,

    Can you provide us the product link for us to check and help you?

    In our plugin, to hide bundled products under the bundle on mini-cart, cart & checkout page, please go to WPClever >> Product Bundles:

    In “Hide bundled products on cart & checkout page”, you can choose to just show the main product, to hide them but still keep the name under the bundle >> Update options.

    In “Hide bundled products on mini-cart”, choose “Yes” >> Update options.

    https://doc.wpclever.net/woosb/faqs/11-hide-bundled-products-in-mini-cart-cart-checkout/

    Regards,

    Thread Starter kiburisa

    (@kiburisa)

    Hello,

    Sure, this is the link: https://australstones.com.au/
    We have a different client which is experiencing the same issue: https://www.alexanderdauvin.com.au/

    We did exactly that, as the documentation specifies, but unfortunately it’s not working.

    Thanks

    Plugin Author WPClever

    (@wpclever)

    Hi @kiburisa

    Some themes overwrite the mini-cart layout and don’t use the default filter/action hook from WooCommerce, so our plugin doesn’t work correctly.

    Please try to add the below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woosb-cart-child {
        display: none !important;
    }
    Thread Starter kiburisa

    (@kiburisa)

    Hello,

    I tried using this code but it’s not working. I have then verified that this class is not being added to the child elements of the mini-cart.

    From what I’ve verified, a multitude of themes modify the mini-cart template and in none of them does the plugin add this class afterwards.

    Is there any way this class can be added manually from the functions file? Any hook I can use for that?

    Thread Starter kiburisa

    (@kiburisa)

    Can anyone help fix this?

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bundle products not hidden in mini-cart’ is closed to new replies.