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; }