Hi @donatelol ,
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.
Have you tried the snippet I gave to you? That is for displayin the attribute label on the composite page, not for single product page, of course.
A lot of users have confirmed this solves the issue because the attribute labels are hidden in some variation selector due to a conflict with the theme or selector of the site.
Best regards.
Hello,
Yes, your code has been tested. It does not work.
As previously stated, the “Attribute” appears in the simple product, but it does not appear “In the Composition box”.
If necessary, we can purchase the Pro version. But we need the “Attribute” to appear inside the WPC Composite box.
https://prnt.sc/xxwxvKz3A-N5
Hi @donatelol ,
In that case, then there must be something conflicting between our plugin and an element on your site.
You can contact our developers at https://wpc.ticksy.com/ to get further instructions on this issue.
Best regards.
I have already opened a ticket, as per the first message sent.
https://wpc.ticksy.com/ticket/3805086/
Hello,
Would it be possible for you to respond?
Thank you!