• Resolved domibln

    (@domibln)


    Hi guys,

    I need some help. I use the plugin “WooCommerce Show Attributes” to list attributes in the short description. A few weeks ago problems started. For old products the attributes are still shown, but for new products they are not shown anymore. Even if I delete the attributes for old products, they are no longer displayed in the frontend. I looked at the code of the plugin (which is quite simple) and identified the problem:

    if ( $attribute->get_variation() ) {
    	continue;
    }

    For some reason, the newly added attributes are considered as variations. The functions gives boolean true for them, so they are not processed. I don’t use any variations at all. All products are simple products. I don’t understand why the attributes are considered variations. Can anyone help?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Attributes are wrongly considered as variations’ is closed to new replies.