PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Me too! All variations with the same Title

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Can you fix it in the another cases?

How?

Hello

what plugin version number are you using?

Please  read this - https://bulk-editor.com/why-the-attributes-of-one-product-can-be-seen-in-one-of-its-variants-and-no-attributes-are-visible-in-the-second-identical-product

I have the Versión 1.0.8.1

I did it but nothing changes.

Maybe is because the post is written in arabic and i have to translate it so maybe i copy the wrong code.

is this the code?

add_filter ('woocommerce_product_variation_title_include_attributes'، function ($ should_include_attributes، $ product) {return true؛}، 10,2،XNUMX)؛

 

If the code is that, it doesnt work.

 

Hello

Try  this  code:

add_filter('woocommerce_product_variation_title_include_attributes',function($should_include_attributes, $product){ return true; },10,2);

It works!

Thank you!

 

But it works only in the parent Theme, in the child theme folder functions.php doesnt work.

Any idea to dont loose it when im going to update my parent theme ??

(sory for my bad english)

Hello

Try  to use  this  plugin https://wordpress.org/plugins/code-snippets/