Tell us what you are trying to do? My client produces labeling machines. They have are a large variety of attributes, which often are different.
It is custom products, not Woocommerce products.
Until now used WP Pods, to build a Technical Data table.
Example from the development site (table at the bottom of the page): hidden link
Challenges:
- There are about 50 or 60 different Attributes with many different values. Much like how values function in Woocommerce.
- Some of the attributes are lines of text
- All attributes are not present on all products
How do I create a Technical Data table with Toolset, which only shows the attributes which have been filled out?
How do I structure it in Toolset? (Post Types, Custom Fields, Taxonomies etc.)
How do I create a Technical Data table with Toolset, which only shows the attributes which have been filled out?
This will take some setting up but you can make use of our conditional shortcodes in our views plugin to check if the field is empty before displaying it.
How do I structure it in Toolset?
I'm not sure what you mean by how do you structure it. Usually you would create a post type first then create the taxonomy and custom fields and assign them to that specific post type.
I create a Post type called Product Attributes and added a Multiple Line to the relationship between attribute and product. that was the client can add custom values to each attribute.