• Resolved startbiosolutions

    (@startbiosolutions)


    Hi,

    Can you please add a “Show quantity for bundle parent” checkbox in the settings page? We would like to disable the quantity for the parent for our product packs.

    This is so our packing list and customer confirmation email only show the quantity for the child items, not the parent item.

    Thanks!

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

    (@pomegranate)

    Hi! Which “Bundles” plugin are you using? If you are using the Product Bundles plugin from woocommerce.com, you could add the following CSS:

    
    .product-bundle .quantity { display: none !important; }
    

    More information about adding custom styles/CSS can be found here: Using custom styles

    Thread Starter startbiosolutions

    (@startbiosolutions)

    Hi,

    Thanks for your response.

    We are using WooCommerce Product Bundles by SomewhereWarm.

    Can we use this CSS?

    Thanks,

    Plugin Contributor kluver

    (@kluver)

    Hi @startbiosolutions,

    Try the following:

    .product-bundle .quantity { text-indent: -9999px; }

    Please note that this will only hide the quantity in the PDFs. Our plugin is not responsible for creating the emails. These come from WooCommerce itself. If you need to remove the quantity from the email I would suggest contacting the developers of the bundle plugin and ask them how this can be achieved.

    • This reply was modified 4 years, 5 months ago by kluver.
    Thread Starter startbiosolutions

    (@startbiosolutions)

    Thanks, it worked.

    We now need the same thing for the order confirmation emails going out to the customer please.

    Plugin Contributor Ewout

    (@pomegranate)

    @startbiosolutions glad to hear it works! Our plugin does not create this email, just the PDF invoice attachement. I recommend reaching out to plugin support for Product Bundles to see if they can help with this.

    Thread Starter startbiosolutions

    (@startbiosolutions)

    Oh sorry, of course.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Disable quantity for bundle parent’ is closed to new replies.