If you use “WooCommerce TM Extra Product Options” or a similar plugin, these options will also show up in the WooCommerce PDF invoice. This can make the invoice very long and unreadable.
So if you only need to indicate the name of the product on the invoice, you can solve it like this:
- Open Plugin Settings
- Go to Advanced Settings
- Add the custom CSS (see below)
- Save
Custom CSS to Add:
.wc-item-meta { display: none; }
Hei!
This code works, but What if We wanted to retain the item on backorder info?
As this info is also in the item meta table and so will be hidden too…
Is there a negative statement to “display: none”, except if value is “on backorder” for example?
is it possible to display only the options activated by the customer?