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

With 2 or more attributes the attributes are not shown directly attached to the title of the variation

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.

Hello I have the pro version of your bulkd editor. I have the following problem and ask for help:
When I create a variable product with at least 2 attributes, then in the bulk editor at the title of a variant the attribute combination is no longer displayed. If I have only one variant, then the attribute is displayed at the title.Dioes leads to the fact that I can edit with a variable product however not individual variants. That is, for example, set to out of stock or change the price of only one attribute variant.
Example: I have cell phone cases with the attributes cell phone type and case color.
Attributes: phone type: iphone 11, iphone 11 Pro
Attirbute: case color: red, blue, yellow
I want to know for each variant with a unique ID in the title know if it is iphone 11 in red or iphone 11 in blue and so on.
A screenshot I could not upload here unfortunately and my proof of purchase I do not know where to post it because a green button on the right is not there.

I hope you can help me.

Kind regards and have a happy new year, Nicole

Hi, just want to describe a bit more what I did. I tried to add the attributes for the variations by adding {attribute:pa_phone-type} and  {attribute:pa_case-color} behind the title of the parent product in the bulk editor. If I do this all attrubutes are shown behind the title also tfor the variations. What i want is that according to your example in your videos that behind each variation only the attributes are shown which apply for the single variation.

Parent product: ID: 11960, Title: Case

Variations 1: ID: 11961, Titel: Case iphone11 red

Variation 2: ID: 11962, Titel: Case iphone11 Pro red

Variation 3: ID: 11963, Titel: Case iphone11 blue

Variations 1: ID: 11964, Titel: Case iphone11 Pro blue

Variation 2: ID: 11965, Titel: Case iphone11 yellow

Variation 3: ID: 11966, Titel: Case iphone11 Pro yellow

How do I get this done with your bulk editior without changing each single title.

Kind regards, Nicole

 

Hello,

ok, I found the solution after reading in more detail and now I changed the function.php and your code is working:

add_filter('woocommerce_product_variation_title_include_attributes',function($should_include_attributes, $product){
    return true;
},10,2);
Thanky and sorry for asking.
Happy new year, Nicole

Hello

Ok!  Great!

Thank you and  welcome;)