Title: Disable quantity for bundle parent
Last modified: June 2, 2020

---

# Disable quantity for bundle parent

 *  Resolved [startbiosolutions](https://wordpress.org/support/users/startbiosolutions/)
 * (@startbiosolutions)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/disable-quantity-for-bundle-parent/)
 * 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](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/disable-quantity-for-bundle-parent/#post-12925126)
 * 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](https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-custom-styles/)
 *  Thread Starter [startbiosolutions](https://wordpress.org/support/users/startbiosolutions/)
 * (@startbiosolutions)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/disable-quantity-for-bundle-parent/#post-12929622)
 * Hi,
 * Thanks for your response.
 * We are using WooCommerce Product Bundles by SomewhereWarm.
 * Can we use this CSS?
 * Thanks,
 *  Plugin Contributor [kluver](https://wordpress.org/support/users/kluver/)
 * (@kluver)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/disable-quantity-for-bundle-parent/#post-12931308)
 * Hi [@startbiosolutions](https://wordpress.org/support/users/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 6 years, 1 month ago by [kluver](https://wordpress.org/support/users/kluver/).
 *  Thread Starter [startbiosolutions](https://wordpress.org/support/users/startbiosolutions/)
 * (@startbiosolutions)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/disable-quantity-for-bundle-parent/#post-13017626)
 * Thanks, it worked.
 * We now need the same thing for the order confirmation emails going out to the
   customer please.
 *  Plugin Contributor [Ewout](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/disable-quantity-for-bundle-parent/#post-13017655)
 * [@startbiosolutions](https://wordpress.org/support/users/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](https://wordpress.org/support/users/startbiosolutions/)
 * (@startbiosolutions)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/disable-quantity-for-bundle-parent/#post-13017674)
 * 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.

 * ![](https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-256x256.
   png?rev=2189942)
 * [PDF Invoices & Packing Slips for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/reviews/)

## Tags

 * [product bundles](https://wordpress.org/support/topic-tag/product-bundles/)

 * 6 replies
 * 3 participants
 * Last reply from: [startbiosolutions](https://wordpress.org/support/users/startbiosolutions/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/disable-quantity-for-bundle-parent/#post-13017674)
 * Status: resolved