GET FREE VERSION GET THE PRO VERSION

WCFM Plugin Support

Advanced integration with WCFM – Multivendor Marketplace plugin. Show vendor badge for product search results, search for vendors, use plugin search form inside vendors stores, filter search results based on specific WCFM parameters.

Show vendor badge inside results

Show the vendor store logo, store name and link inside the products search results.
Show vendor badge inside results

Search for vendors

Search and display WCFM vendors. Display vendor logo, name, shop link and rating.
More about users search.
Search for vendors

Search inside vendors stores

Add search form for all vendor shop pages. In this case search will be performed only for current vendors products.
Search inside vendors stores

Filter products search results

Filter products results based on specific WCFM filter rules.
  • Filter by product vendor
  • Filter by vendor store rating
  • Filter by vendor store reviews count
  • Filter by product views
More about filters.
Filter products search results

Filter vendors search results

Filter vendor shops results based on specific WCFM filter rules.
  • Filter by specific vendor
  • Filter by vendor rating
  • Filter by vendor reviews counts
More about filters.
Filter vendors search results

Q&A

Can I search only for vendors and hide all products?

Yes. Just use the search results filters feature. Create new filter for products search results and set it with following parameters:

Product -> not equal to -> Any product

Can I show products only from specific vendors?

Yes. Just create the new search results filter rule. Set it to following parameters:

WCFM: Product sold by -> equal to -> CHOOSE_YOUR_VENDOR

How to increase the number of user search results?

By default the plugin will show a maximum 10 users inside the search results box. To increase this number just use following code snippet ( in this example number is set to 30 ):

add_filter('aws_search_terms_number', 'my_aws_search_terms_number');
function my_aws_search_terms_number( $number ) {
return 30;
}

Can I order products by specific WCFM value?

Yes, all this is possible with some custom code snippets. Please find some examples here.

More great features

Download free version

Download free version from wordpress.org repository.

Purchase pro version

Read about differences between free and pro versions here.