• Resolved avsync

    (@avsync)


    Hi

    I see that in 1.5.26 you listed WooCommerce Product Bundles visibility as a feature but it doesn’t seem to be working for me.

    I have set my bundled products to hide bundles items from product, cart, checkout and e-mail templates.

    The invoices and packing slips however show the title of the bundle and then list the items in the bundle below. The line separating the products also disappears. I would like it just to show the bundle title and not the items in the bundle.

    I have tried simple, business, modern and simple premium.

    Please advise if this is possible…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hi! We’re officially not allowed by www.ads-software.com to handle our premium support via these forums, but since this applies to the free version too, I’ll post the answer here. You can contact us at [email protected] for further questions – after all that’s one of the perks of being a paying customer, you get priority support ??

    The items that are set to be hidden in the Bundles settings get a class ‘hidden’ added to the row. That way you can hide them with custom CSS:

    
    .order-details tr.bundled-item.hidden { display: none; }
    

    Hope that helps!
    Ewout

    Thread Starter avsync

    (@avsync)

    Thanks so much Ewout, that worked like a charm to hide the unwanted bundle data!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product Bundles Visibility’ is closed to new replies.