Filter by seller
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 Guilherme on March 25, 2022, 19:17Hey guys, good afternoon.
We installed your Plugin on our website and I wanted to know if I can filter the products by seller
We are a marketplace and we use Woocommerce and WC Vendors to turn the site into a marketplace
But I didn't find this function to select products by seller and needed to update values by seller
Would this functionality have in the paid version?Att.
Hey guys, good afternoon.
We installed your Plugin on our website and I wanted to know if I can filter the products by seller
We are a marketplace and we use Woocommerce and WC Vendors to turn the site into a marketplace
But I didn't find this function to select products by seller and needed to update values by seller
Would this functionality have in the paid version?
Att.
Quote from Pablo Borysenco on March 28, 2022, 11:17Hello
Try to use this extension - https://products-filter.com/extencion/searching-by-author
Hello
Try to use this extension - https://products-filter.com/extencion/searching-by-author
Quote from Guilherme on March 28, 2022, 16:47I made the filter by author, but it only looks for users who are administrators of the site.
It doesn't show by sellers.
I made the filter by author, but it only looks for users who are administrators of the site.
It doesn't show by sellers.

Quote from Pablo Borysenco on March 29, 2022, 11:07Hello
Looks like you posted in the wrong support thread.
What BEAR/WOOBE version number are you using?
Hello
Looks like you posted in the wrong support thread.
What BEAR/WOOBE version number are you using?
Quote from Guilherme on March 29, 2022, 18:33BEAR – Bulk Editor and Products Manager Professional for WooCommerce
Versão 1.1.1 | Por realmag777 | Ver detalhes
BEAR – Bulk Editor and Products Manager Professional for WooCommerce
Versão 1.1.1 | Por realmag777 | Ver detalhes |
Quote from Pablo Borysenco on March 30, 2022, 11:01Hello
you can use a hook to get the users you want - 'woobe_users_args' - please read this( https://c2n.me/4fikEbB.png ) - https://bulk-editor.com/document/more-settings-implicit
Hello
you can use a hook to get the users you want - 'woobe_users_args' - please read this( https://c2n.me/4fikEbB.png ) - https://bulk-editor.com/document/more-settings-implicit
Quote from Guilherme on March 31, 2022, 19:52I put this code into the file, it seems okay, but now it doesn't give me the option to click on Author filter, there is no dropdown. Can you check for me please?
I put this code into the file, it seems okay, but now it doesn't give me the option to click on Author filter, there is no dropdown. Can you check for me please?
Quote from Guilherme on March 31, 2022, 21:06https://prnt.sc/1sGwglyiEqR2
Quote from Pablo Borysenco on April 1, 2022, 12:12Hello
Describe it in more detail: where did you paste this code? Please drop me screenshot of the code
Hello
Describe it in more detail: where did you paste this code? Please drop me screenshot of the code
Quote from Guilherme on April 1, 2022, 13:39https://prnt.sc/J03gpnceC5zm
maybe it was in wrong file?
maybe it was in wrong file?
Quote from Pablo Borysenco on April 4, 2022, 10:43Hello
you should add the code to the functions.php of the current theme
And you should change the code, ask the author of a third-party plugin for arguments to get "seller"
Hello
you should add the code to the functions.php of the current theme
And you should change the code, ask the author of a third-party plugin for arguments to get"seller"
Quote from Guilherme on April 4, 2022, 14:19Hello
I already put it in functions.php but still without dropdown filter
and how should the code look like? it is the code that is in the link you got me
Hello
I already put it in functions.php but still without dropdown filter
and how should the code look like? it is the code that is in the link you got me
Quote from Guilherme on April 4, 2022, 14:31maybe would you want access login to check it out ?
maybe would you want access login to check it out ?
Quote from Pablo Borysenco on April 5, 2022, 10:41Hello
The code on the page is an example.
and how should the code look like? - https://share.pluginus.net/image/i20220405084121.png
Hello
The code on the page is an example.
and how should the code look like? - https://share.pluginus.net/image/i20220405084121.png
Quote from Guilherme on April 6, 2022, 17:50I really didn't figure it out , already did what you said
added the code on functions.php but still not filtering
I really didn't figure it out , already did what you said
added the code on functions.php but still not filtering
Quote from Pablo Borysenco on April 7, 2022, 11:46Hello
Have you already asked a third party author how to get "sellers"?
I need at least the slug of this user role
Hello
Have you already asked a third party author how to get"sellers"?
I need at least the slug of this user role
Quote from Guilherme on April 7, 2022, 19:41slug is vendors
but this plugin cannot do this feature?
just show me what to do step by step, or you could access my dashboard to look in
slug is vendors
but this plugin cannot do this feature?
just show me what to do step by step, or you could access my dashboard to look in
Quote from Pablo Borysenco on April 8, 2022, 11:37Hello
Please try to use this code:
add_filter('woobe_users_args', function ($args) {
return array('fields' => array('ID', 'display_name'), 'role' => 'vendors');
});
Hello
Please try to use this code:
add_filter('woobe_users_args', function ($args) {
return array('fields' => array('ID', 'display_name'), 'role' => 'vendors');
});
Quote from Guilherme on April 8, 2022, 21:26it only work with this code
add_filter('woobe_users_args', function ($args) { return array('fields' => array('ID', 'display_name'), 'who' => 'vendors'); });
only thing that nothing happens when I click on author, it does not filter properly
it only work with this code
add_filter('woobe_users_args', function ($args) { return array('fields' => array('ID', 'display_name'), 'who' => 'vendors'); });
only thing that nothing happens when I click on author, it does not filter properly
Quote from Pablo Borysenco on April 11, 2022, 11:37Hello
when I click on author, it does not filter properly - Describe it in more detail. Can you create a video with the issue?
Hello
when I click on author, it does not filter properly - Describe it in more detail. Can you create a video with the issue?