Creates only one attribute bulk 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 pleaseIf 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.
Quote from Andersberra on October 19, 2021, 16:18Hi,
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?
Quote from Andersberra on October 20, 2021, 07:45Awesome 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?
Quote from Pablo Borysenco on October 20, 2021, 09:40Hello
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
Quote from Pablo Borysenco on October 20, 2021, 12:00please check your access
please check your access
Quote from Andersberra on October 20, 2021, 12:09Cookiebar 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.
Quote from Pablo Borysenco on October 21, 2021, 10:21Hello
I did a test
attribute is added - https://c2n.me/4dJ3Eq7
Hello
I did a test
attribute is added - https://c2n.me/4dJ3Eq7
Quote from Andersberra on October 21, 2021, 14:00Do 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.

Quote from Pablo Borysenco on October 22, 2021, 15:04Hello
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?
Quote from Andersberra on October 22, 2021, 15:21I 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 =)
Quote from Pablo Borysenco on October 22, 2021, 19:45Hello
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);
}
Quote from Andersberra on October 22, 2021, 20:31Nice 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!
Quote from Pablo Borysenco on October 25, 2021, 09:26Hello
Great! Welcome;)
Hello
Great! Welcome;)