GET FREE VERSION GET THE PRO VERSION

MultiVendorX Plugin Support

Advanced integration with MultiVendorX – Multivendor Marketplace plugin. Show store owner badge for each search results, search for marketplace vendors, search inside vendors stores, use special filters for products and users search results.

Search for vendors products

Search for any product that is selling by any of the MultiVendorX vendors of your store. When a vendor publishes or updates any of its products the changes will have an immediate effect on search results.
Search for vendors products

Show vendor badge inside results

Show for each products inside search results information like vendor shop name, shop logo, rating and reviews number.
Show vendor badge inside results

Search for vendors

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

Search via vendor store name

Just type vendor store name to get all the products that is selling by this vendor.
Search via vendor store name

Search inside vendors stores

Add search form to the vendor shop page and limit it to search only for current vendor products.
Search inside vendors stores

Filter products search results

Filter products results based on specific MultiVendorX filter rules.
  • Filter by product vendor
  • Filter by vendor store rating
  • Filter by vendor store reviews count
  • Filter by vendor store products count
  • Filter by vendor store net sales
  • Filter by vendor store sales number
More about filters.
Filter products search results

Filter vendors search results

Filter vendor shops results based on specific MultiVendorX filter rules.
  • Filter by specific vendor
  • Filter by vendor rating
  • Filter by vendor reviews counts
  • Filter by vendor products counts
  • Filter by vendor net sales
  • Filter by vendor sales number
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:

MultiVendorX: 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 hide vendors badge for products search results?

Yes, it is possible. Please use following code snippet:

add_filter( 'aws_multivendorx_show_badge', 'my_aws_multivendorx_show_badge' );
function my_aws_multivendorx_show_badge( $show ) {
return false;
}

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.