Home Forums WoodMart support forum Variant product names doesn’t add attributes for some products. Why? Reply To: Variant product names doesn’t add attributes for some products. Why?

#671639

Hello,

Your issue has been successfully resolved. I’ve added the following PHP code to the functions.php file of your child theme:

add_filter('woocommerce_product_variation_title_include_attributes', '__return_true');

As a result, the variation attribute names are now displayed correctly: https://ibb.co/3m2vJY5X

Please clear your browser cache completely and revisit your site to verify that the issue has been resolved.

Best Regards,