We want to thank all our amazing customers for your trust and support throughout 2025!
Merry Christmas and Happy New Year to you and your families! š
Thank you for being with us! We appreciate every one of you and look forward to continuing our work together in the new year.

Andersberra(@andersberra)
21 Posts
Customers
Quote from Andersberra on October 19, 2021, 16:18
Hi,
Ive tried to attach new attributes to my variations but only one attribute is attatched.


It should be creating 2 more attributes? Seems like it is replacing it instead?
Hi,
Ive tried to attach new attributes to my variations but only one attribute is attatched.


It should be creating 2 more attributes? Seems like it is replacing it instead?

Andersberra(@andersberra)
21 PostsTopic Author
Customers
Quote from Andersberra on October 20, 2021, 07:45
Awesome plugin btw have been using it for a long time.!
I have dedicated the evening to figure this out. It seems like in the Plugin the changes are showing but it doesn't leave the plugin.


I'm missing something. Could you please help?
Awesome plugin btw have been using it for a long time.!
I have dedicated the evening to figure this out. It seems like in the Plugin the changes are showing but it doesn't leave the plugin.


I'm missing something. Could you please help?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 20, 2021, 09:40
Hello
PleaseĀ paste theĀ correct license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png andĀ wp-admin access - https://share.pluginus.net/image/i20210618130637.png
To getĀ licenseĀ key - https://codecanyon.net/downloads -> https://c2n.me/49ZXJv0.png
It should be creating 2 more attributes? Seems like it is replacing it instead? - I willĀ check it
Hello
PleaseĀ paste theĀ correct license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png andĀ wp-admin access - https://share.pluginus.net/image/i20210618130637.png
To getĀ licenseĀ key - https://codecanyon.net/downloads -> https://c2n.me/49ZXJv0.png
It should be creating 2 more attributes? Seems like it is replacing it instead? - I willĀ check it

Andersberra(@andersberra)
21 PostsTopic Author
Customers
Quote from Andersberra on October 20, 2021, 09:51
OK done!
OK done!

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 20, 2021, 12:00
pleaseĀ check yourĀ access
pleaseĀ check yourĀ access

Andersberra(@andersberra)
21 PostsTopic Author
Customers
Quote from Andersberra on October 20, 2021, 12:09
Cookiebar blocked your acess. I have diabled it for now. I updated the admin cred.
Cookiebar blocked your acess. I have diabled it for now. I updated the admin cred.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 21, 2021, 10:21
Hello
IĀ did a test
attribute is added - https://c2n.me/4dJ3Eq7
Hello
IĀ did a test
attribute is added - https://c2n.me/4dJ3Eq7

Andersberra(@andersberra)
21 PostsTopic Author
Customers
Quote from Andersberra on October 21, 2021, 14:00
Do you understand the issue?. Attribute was added but only one variation was selected.

Do you understand the issue?. Attribute was added but only one variation was selected.


Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 22, 2021, 15:04
Hello
Everything works correctly on my site
Please addĀ FTP access - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png
Can I disableĀ pluginsĀ toĀ test?
Hello
Everything works correctly on my site
Please addĀ FTP access - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png
Can I disableĀ pluginsĀ toĀ test?

Andersberra(@andersberra)
21 PostsTopic Author
Customers
Quote from Andersberra on October 22, 2021, 15:21
I dont have access to the FTP. Why do you need that.?
I can install Filemanager plugin and you get access to the files that way?
Disable plugins if you want =)
I dont have access to the FTP. Why do you need that.?
I can install Filemanager plugin and you get access to the files that way?
Disable plugins if you want =)

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 22, 2021, 19:45
Hello
Ok!Ā YouĀ canĀ tryĀ inĀ file - \wp-content\plugins\woo-bulk-editor\ext\bulkoperations\bulkoperations.phpĀ changeĀ thisĀ code - https://c2n.me/4dKoQGZ.png
//if such attribute not selected in the parent product Attributes tab lets attach it here
$parent_terms = wc_get_product_terms($product_id, $selected_attribute, array('fields' => 'ids'));
if (!in_array($set['value'], $parent_terms)) {
$p_terms = $parent_terms;
$t = get_term_by('slug', sanitize_text_field($set['value']), $selected_attribute);
$parent_terms[] = $t->term_id;
$this->products->update_page_field($product_id, $selected_attribute, $parent_terms);
}
Hello
Ok!Ā YouĀ canĀ tryĀ inĀ file - \wp-content\plugins\woo-bulk-editor\ext\bulkoperations\bulkoperations.phpĀ changeĀ thisĀ code - https://c2n.me/4dKoQGZ.png
//if such attribute not selected in the parent product Attributes tab lets attach it here
$parent_terms = wc_get_product_terms($product_id, $selected_attribute, array('fields' => 'ids'));
if (!in_array($set['value'], $parent_terms)) {
$p_terms = $parent_terms;
$t = get_term_by('slug', sanitize_text_field($set['value']), $selected_attribute);
$parent_terms[] = $t->term_id;
$this->products->update_page_field($product_id, $selected_attribute, $parent_terms);
}

Andersberra(@andersberra)
21 PostsTopic Author
Customers
Quote from Andersberra on October 22, 2021, 20:31
Nice work Pablo! That did the trick.! Now I could change the attribute as i wanted in no time! =) Cheers.! And again thanks for the awesome plugin!
Nice work Pablo! That did the trick.! Now I could change the attribute as i wanted in no time! =) Cheers.! And again thanks for the awesome plugin!

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 25, 2021, 09:26
Hello
Great!Ā Welcome;)
Hello
Great!Ā Welcome;)