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
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 6 years, 1 month ago by
kluver.
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.