Comments Michael started the conversationMay 29, 2026 at 11:08amHI I don't understand, how to get it to show info about the different variants carakteritiscs. It's only using the main name for all variants.On the attached screenshot, the info about the crank arm length (pedalarmslængde) which is a part of the products that is different.Attached files: Skærmbillede 2026-05-29 kl. 13.06.23.png Skærmbillede 2026-05-29 kl. 13.07.38.png 1,694Dustin replied3 weeks ago on May 31, 2026 at 3:37amHi Michael, In some cases, WooCommerce doesn’t show the attributes in the product name: 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 ...
HI I don't understand, how to get it to show info about the different variants carakteritiscs. It's only using the main name for all variants.
On the attached screenshot, the info about the crank arm length (pedalarmslængde) which is a part of the products that is different.
Attached files: Skærmbillede 2026-05-29 kl. 13.06.23.png
Skærmbillede 2026-05-29 kl. 13.07.38.png
Hi Michael,
In some cases, WooCommerce doesn’t show the attributes in the product name:
Please add the custom code below to fix it. (How to add custom code? ↗):
Best regards,
Dustin