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

    (@janilyn409)

    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.

    Thread Starter Alpha Vale Tec

    (@donatelol)

    The variation is working fine.
    It’s in the Composition that it doesn’t appear.

    Composition: https://teste.alphavaletec.com.br/product/pacote-de-produtos/
    Simple Product: https://teste.alphavaletec.com.br/product/produto-simples-com-variacao-p/

    Print: https://prnt.sc/0mOL4EVDAMy6

    Plugin Support Janilyn T

    (@janilyn409)

    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.

    Thread Starter Alpha Vale Tec

    (@donatelol)

    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

    Plugin Support Janilyn T

    (@janilyn409)

    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.

    Thread Starter Alpha Vale Tec

    (@donatelol)

    I have already opened a ticket, as per the first message sent.

    https://wpc.ticksy.com/ticket/3805086/

    Thread Starter Alpha Vale Tec

    (@donatelol)

    Hello,

    Would it be possible for you to respond?
    Thank you!

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