Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3161415
Variation Product Names
Closed

Comments

  • Dan Landrum started the conversation

    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? 

  •  767
    Janilyn replied

    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:

    add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_true', 99 );

    Please try then provide us with your feedback if this works.

    Best regards.

    Janilyn T. - WPClever Support Agent

  • Dan Landrum replied

    Thank you Janilyn, that fixed it.