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

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 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.

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.

Hello

Try  to use  this extension - https://products-filter.com/extencion/searching-by-author

I made the filter by author, but it only looks for users who are administrators of the site.

It doesn't show by sellers.

Hello

Looks like you posted in the wrong support thread.

What BEAR/WOOBE version number are you using?

BEAR – Bulk Editor and Products Manager Professional for WooCommerce

Versão 1.1.1 | Por realmag777 | Ver detalhes

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

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?

https://prnt.sc/1sGwglyiEqR2

Hello

Describe it in more detail: where did you paste this code? Please drop me  screenshot of the  code

https://prnt.sc/J03gpnceC5zm

 

maybe it was in wrong file?

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"

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

 

 

maybe would you want access login to check it out ?

Hello

The code on the page is an example.

and how should the code look like?  - https://share.pluginus.net/image/i20220405084121.png

I really didn't figure it out , already did what you said

 

added the code on functions.php but still not filtering

Hello

Have you already asked a third party author how to get"sellers"?

I need at least the slug of this user role

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

Hello

Please try  to use  this  code:

add_filter('woobe_users_args', function ($args) {

return array('fields' => array('ID', 'display_name'), 'role' => 'vendors');

});

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

Hello

when I click on author, it does not filter properly - Describe it in more detail. Can you create  a  video with the  issue?