Regarding variations
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 Helena on March 1, 2021, 20:28Hello,
Here are my recent observations about the plugin:
- When using the "Variations advanced bulk operations" button -> "Deleting" tab, I noticed that although variations are deleted, their names are still in the attributes tab of the product page. Here's a screenshot of what I mean: https://ibb.co/8mFtWGN
This results in a mess of my variations layout on frontend as you can see here: https://ibb.co/Wnn508Z
How can I fix that?
2. Let's say I want to delete the following variations combination:
Color Black associated with Sizes 36 | 38 | 40 | 42 | 44 | 46 | 48 | 50 | 52
I have to select each size at a time because for now, it's not possible to select multiple items. That's not very convenient. Here's an illustration:
Is it possible to fix that?
3. I have a great amount of variations for my colors attribute, some of them are using the same name. For example, there may be dark red color for Product A, light red color for Product B, red color with patterns for Product C, but in order to keep it simple for users on frontend, all those variations are simply named "red". The problem is when I need to create variations combinations for a product, it's sometimes confusing when it comes to select a color because there are many identical names in the list, as you can see on this screenshot: https://ibb.co/8bdWX9s
So, instead of having to select variations by their names, is it possible to select them by their slugs (since slugs are all unique)?
Sorry, it was a long post.
Thanks in advance,
Best regards
Hello,
Here are my recent observations about the plugin:
- When using the"Variations advanced bulk operations" button ->"Deleting" tab, I noticed that although variations are deleted, their names are still in the attributes tab of the product page. Here's a screenshot of what I mean: https://ibb.co/8mFtWGN
This results in a mess of my variations layout on frontend as you can see here: https://ibb.co/Wnn508Z
How can I fix that?
2. Let's say I want to delete the following variations combination:
Color Black associated with Sizes 36 | 38 | 40 | 42 | 44 | 46 | 48 | 50 | 52
I have to select each size at a time because for now, it's not possible to select multiple items. That's not very convenient. Here's an illustration:
Is it possible to fix that?
3. I have a great amount of variations for my colors attribute, some of them are using the same name. For example, there may be dark red color for Product A, light red color for Product B, red color with patterns for Product C, but in order to keep it simple for users on frontend, all those variations are simply named"red". The problem is when I need to create variations combinations for a product, it's sometimes confusing when it comes to select a color because there are many identical names in the list, as you can see on this screenshot: https://ibb.co/8bdWX9s
So, instead of having to select variations by their names, is it possible to select them by their slugs (since slugs are all unique)?
Sorry, it was a long post.
Thanks in advance,
Best regards
Quote from Pablo Borysenco on March 2, 2021, 11:05Hello
- please try to watch a video - https://bulk-editor.com/video-tutorials#video_2506 - use visibility for attributes. Attributes may not be removed due to caching plugin
- I pass it to the developers
- Unfortunately, there is no such feature. But you can try in file \wp-content\plugins\woocommerce-bulk-editor\assets\js\woobe.js add code - https://c2n.me/4b9antE.png
jQuery('#' + select_id).append('<option ' + sel + ' value="' + val + '">' + margin_string + d.name + " (" + d.slug + ") "+ '</option>');
Hello
- please try to watch a video - https://bulk-editor.com/video-tutorials#video_2506 - use visibility for attributes. Attributes may not be removed due to caching plugin
- I pass it to the developers
- Unfortunately, there is no such feature. But you can try in file \wp-content\plugins\woocommerce-bulk-editor\assets\js\woobe.js add code - https://c2n.me/4b9antE.png
jQuery('#' + select_id).append('<option ' + sel + ' value="' + val + '">' + margin_string + d.name +" (" + d.slug +")"+ '</option>');
Quote from Helena on March 3, 2021, 01:19Hi Pablo,
Thank you for your help. The code snippet for issue 3. works fine. :)
Regarding issue 1., what you suggest with visibility option hasn't solved the problem though.
I tried to give a clear explanation of the issue with the following screenshots:
Thanks in advance,
Kind regards
Hi Pablo,
Thank you for your help. The code snippet for issue 3. works fine. :)
Regarding issue 1., what you suggest with visibility option hasn't solved the problem though.
I tried to give a clear explanation of the issue with the following screenshots:
Thanks in advance,
Kind regards
Quote from Pablo Borysenco on March 3, 2021, 10:40Hello
Ok! Can you drop me wp-admin access https://c2n.me/43SC6rb.png ->https://c2n.me/42BAoj4.png ?
And drop me exact link to the products where I can delete attributes
Hello
Ok! Can you drop me wp-admin access https://c2n.me/43SC6rb.png ->https://c2n.me/42BAoj4.png ?
And drop me exact link to the products where I can delete attributes
Quote from Helena on March 4, 2021, 01:30Hello Pablo,
I sent you the private data.
You can do tests with any of the existing products in the store.
Best regards
Hello Pablo,
I sent you the private data.
You can do tests with any of the existing products in the store.
Best regards
Quote from Pablo Borysenco on March 4, 2021, 10:49Hello
My test - https://c2n.me/4bb5y7O - everything works perfectly
Hello
My test - https://c2n.me/4bb5y7O - everything works perfectly
Quote from Helena on March 4, 2021, 15:58Hello
Great! Thank you so much!
Have a nice day,
Kind regards
Hello
Great! Thank you so much!
Have a nice day,
Kind regards
Quote from Pablo Borysenco on March 5, 2021, 11:53Hello
Welcome;)
Hello
Welcome;)
Quote from Helena on August 31, 2021, 01:01Hello,
Sorry to bother you again regarding Question 3 of this topic. When I added the code snippet (cf your reply of March 2, 2021) at that time, it worked well. But now, after the last updates of the plugin (I don't know if it's what causes the issue), the code doesn't seem to work anymore. The color attributes only show by their names and not their slugs. You can see the issue on the following screenshots:
https://ibb.co/r5NS71F
https://ibb.co/TPwMT9y
I put the private data of my website so that you can check.
Thanks in advance,
Kind regards
Hello,
Sorry to bother you again regarding Question 3 of this topic. When I added the code snippet (cf your reply of March 2, 2021) at that time, it worked well. But now, after the last updates of the plugin (I don't know if it's what causes the issue), the code doesn't seem to work anymore. The color attributes only show by their names and not their slugs. You can see the issue on the following screenshots:
I put the private data of my website so that you can check.
Thanks in advance,
Kind regards
Quote from Pablo Borysenco on August 31, 2021, 09:25Hello
Please clear all cache
My test - https://share.pluginus.net/image/i20210831102545.png
Hello
Please clear all cache
My test - https://share.pluginus.net/image/i20210831102545.png
Quote from Helena on August 31, 2021, 13:07Hello Pablo,
Thank you! It's fixed now.
Have a nice day,
Kind regards
Hello Pablo,
Thank you! It's fixed now.
Have a nice day,
Kind regards
Quote from Pablo Borysenco on September 1, 2021, 09:44Hello
Welcome;)
Hello
Welcome;)
