• Resolved stowbee

    (@stowbee)


    The air filter variable product is coming in as a dropdown correctly, but the list of all the variations is repeated as the main product title (it doesn’t have the variations at the end so all the options look the same).

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Janilyn T

    (@janilyn409)

    Hi @stowbee ,

    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.

    Thread Starter stowbee

    (@stowbee)

    Yes this worked – thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.