Comments Javier started the conversation3 days ago on Wednesday at 12:09pmWhen I select individual variations, it only shows the parent product name (Uniform Shirt) But I want it to show the full name (Uniform Shirt - M, Female). How can I do this 1,408Dustin replied2 days ago on Thursday at 3:08amHi Javier, In some cases, WooCommerce doesn’t show the attributes in the product name https://www.screencast.com/t/iU3bq77n. Please add the custom code below to fix it. (How to add custom code? ↗): add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_true', 99 );Best regards,Dustin Sign in to reply ...
When I select individual variations, it only shows the parent product name (Uniform Shirt) But I want it to show the full name (Uniform Shirt - M, Female). How can I do this
Hi Javier,
In some cases, WooCommerce doesn’t show the attributes in the product name https://www.screencast.com/t/iU3bq77n.
Please add the custom code below to fix it. (How to add custom code? ↗):
Best regards,
Dustin