Right now I am just trying out the free version but I do plan to purchase if this can be resolved. When adding a product with variations to a composite product, it just shows the base name for the variation product. The customer has no way of know the details for each item (in the example it would be size and wood type). Is there a setting that changes this?
By default, WooCommerce doesn't display attributes in variations of the variable products when there are 3 or more attributes. In some cases, attributes might be hidden by some conflict with the theme/template you're using.
In order to make attributes of variable products appear again, you can try to add the following code snippet to the theme/function.php file of your site:
Right now I am just trying out the free version but I do plan to purchase if this can be resolved. When adding a product with variations to a composite product, it just shows the base name for the variation product. The customer has no way of know the details for each item (in the example it would be size and wood type). Is there a setting that changes this?
Hi Dan,
Thanks for contacting us here.
By default, WooCommerce doesn't display attributes in variations of the variable products when there are 3 or more attributes. In some cases, attributes might be hidden by some conflict with the theme/template you're using.
In order to make attributes of variable products appear again, you can try to add the following code snippet to the theme/function.php file of your site:
Please try then provide us with your feedback if this works.
Best regards.
Janilyn T. - WPClever Support Agent
Thank you Janilyn, that fixed it.