Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2274004
mini cart bundled items still showing when hide setting is applied
Closed

Comments

  • Zoe Jablow started the conversation

    I have the setting "Hide bundled products on mini-cart" set to "yes", however the items in the bundle as well as the main product show up. I just want the main product. I am using the Woocommerce Ajax Mini Cart plugin if that changes anything. 

  •  767
    Janilyn replied

    Hi Zoe, 

    Indeed our Product Bundles doesn't work well with Ajax mini cart. If you would like it to function properly, kindly disable this cart then check again. It is because our product bundle plugin has a special way of working, which somehow conflicts with Ajax minicart and our developers haven't found a solution yet. 

    Best regards. 

    Janilyn T. - WPClever Support Agent

  • Zoe Jablow replied

    Appreciate the information! Is there a way to accomplish this with some custom code at least in the meantime? Something through PHP to get rid of children items in bundles or even hiding in CSS? 

  •  767
    Janilyn replied

    Hi, 

    To help you find a work around, I have transferred your ticket to the main developer of this plugin so that he can give you instructions (if possible) on this. Please stay tuned for his feeback. 

    Best regards. 

    Janilyn T. - WPClever Support Agent

  •  1,222
    Dustin replied

    Hi Zoe, 

    Yes, you can hide the bundled items with the CSS code, please try:

    .woosb-item-child {
        display: none !important;
    }

    Best regards,
    Dustin