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

Okay
  Public Ticket #3674740
Problem with "On backorder" products in bundle
Open

Comments

  • Guillaume started the conversation

    Hello,

    First of all, thanks for the plugin that is very helpful.

    I contact you because I met a problem when my bundle contains a simple product with the stock status "On backorder". If the bundle contains a simple product on backorder, the whole bundle switches into "On backorder" status. As a consequence, the woocommerce "On backorder" notification not only appear below the concerned simple product but also in the bundle description.

    Do you think it's possible to solve this bug, it would be great if the bundle remain on "In stock" status even if it contains some "On backorder" simple products.

    Kind regards

  •  1,226
    Dustin replied

    Hi Guillaume,

    This is a normal behavior. When one of the bundled sub-products is on backorder, the buyer must wait for this product to get the whole bundle.

    If you want to hide the "On backorder" on the main bundle, please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .product-type-woosb .summary > .stock {
        display: none;
    }

    If it doesn't work, please send me a product link so I can check and write the correct CSS code.

    Best regards,
    Dustin

  • Guillaume replied

    Hi Dustin,

    I thank you a 100%. It works correctly so thanks for your quick and useful response.

    Have a good one !

  •  1,226
    Dustin replied

    You're welcome!

    If you are satisfied with our plugin and support, please reward it with a full five-star ★★★★★ rating. https://wordpress.org/support/plugin/woo-product-bundle/reviews?rate=5#new-post Thank you in advance! ♥

    Best regards,
    Dustin