
Every WooCommerce site needs a good WooCommerce product filter system in order to be a good e-commerce site. As an online shop contains a ton of products so it’s kinda hard for anyone to find anything instantly.When a customer visits a e-commerce site, he or she in a hurry. Usually, online shopping is much more preferable to many people as it takes less time to do the shopping. So when a person is in hurry and has to do his or her shopping, what he or she will need? they will search for a search input box on that site. In that search box, they will type their desire product name, color etc and the product will come to their screen. They will buy that!! boom!! shopping is done. This kind of task is only possible by adding an excellent WooCommerce product filter plugin. Pickplugin has developed such type of plugin for WooCommerce Search plugin.
Please go to “Widgets” page and see there is a widget “WC Product Filter”, you can use this on sidebars.
There is no option currently, we will update soon.
you can add custom search field by action hook and filter products as well,
Add search input field
add_action('WCProductFilter_fields','WCProductFilter_field_my_custom_input', 30); function WCProductFilter_field_my_custom_input(){ $WCProductFilter = isset($_GET['WCProductFilter']) ? sanitize_text_field($_GET['WCProductFilter']) :""; // check this to ensure for is submitted from WCProductFilter. $_custom_input = isset($_GET['_custom_input']) ? sanitize_text_field($_GET['_custom_input']) :""; // Do not forget to sanitization if(!$WCProductFilter): $_custom_input = ''; endif; /* * * you can check conditional here. * * if(is_shop()): * execute code only shop page * endif; * * */ if(is_shop()): // this will only display under shop page and hide others page ?> <div class="field-wrapper"> <div class="label-wrapper"> <label class=""><?php echo __('Custom Input','wc-product-filter'); ?></label> </div> <div class="input-wrapper"> <input type="search" placeholder="<?php echo __('Custom input','wc-product-filter'); ?>" name="_custom_input" value="<?php echo $_custom_input; ?>"> </div> </div> <?php endif; } verify input variable and put on product query arguments
function wc_pf_query_args_custom_field($args, $form_data){ //default search query $args['s'] = isset($form_data['_custom_input']) ? $form_data['_custom_input'] : ''; return $args; } add_action('wc_pf_query_args', 'wc_pf_query_args_custom_field'); By action hook you can simply remove any input fields exist.
remove_action('WCProductFilter_fields','WCProductFilter_field_keyword',30); remove_action('WCProductFilter_fields','WCProductFilter_field_categories',30); remove_action('WCProductFilter_fields','WCProductFilter_field_tags',30); remove_action('WCProductFilter_fields','WCProductFilter_field_price_range',30); remove_action('WCProductFilter_fields','WCProductFilter_field_order',30); remove_action('WCProductFilter_fields','WCProductFilter_field_orderby',30); remove_action('WCProductFilter_fields','WCProductFilter_field_onsale',30); remove_action('WCProductFilter_fields','WCProductFilter_field_in_stock',30); remove_action('WCProductFilter_fields','WCProductFilter_field_keyword',30); remove_action('WCProductFilter_fields','WCProductFilter_field_sku',30); Starting from $0 per month.
Rating
Reviewers
No reviews
Tags
Developed By
PickPlugins
Quick & Easy
Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!
Testimonial plugins for Wordpress
Contact Form plugins for Wordpress
Maps plugins for Wordpress
Translation plugins for Wordpress
Chat plugins for Wordpress
Slider plugins for Wordpress
Reviews plugins for Wordpress
Contact plugins for Wordpress
Galleries plugins for Wordpress
SEO plugins for Wordpress
Forms plugins for Wordpress
Comments plugins for Wordpress
Backup plugins for Wordpress
Privacy plugins for Wordpress
Optimize plugins for Wordpress
Tabs plugins for Wordpress
Social Sharing plugins for Wordpress
Events Calendar plugins for Wordpress
Comments plugins for Wordpress
Social Feeds plugins for Wordpress
Social Sharing plugins for Wordpress
Portfolio plugins for Wordpress
Video Player plugins for Wordpress
popup plugins for Wordpress
SiteMap plugins for Wordpress
Payment plugins for Wordpress
Coming Soon plugins for Wordpress
Inventory plugins for Wordpress
Testimonials plugins for Wordpress
Portfolio plugins for Wordpress
Membership plugins for Wordpress
Forms plugins for Wordpress
Analytics plugins for Wordpress
Events Calendar plugins for Wordpress
Sliders plugins for Wordpress
Analytics plugins for Wordpress
Reviews plugins for Wordpress
Security plugins for Wordpress
Ads plugins for Wordpress
Music Player plugins for Wordpress
Countdown plugins for Wordpress
Email Marketing plugins for Wordpress
Membership plugins for Wordpress
Ecommerce plugins for Wordpress
Customer Support plugins for Wordpress
Video Player plugins for Wordpress
Tabs plugins for Wordpress
Social Feeds plugins for Wordpress
Common Ninja Apps
Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.
Show Glassdoor reviews to highlight employee feedback, strengthen employer brand, and help candidates trust your company.
Add an MP3 Player to your website and engage visitors with music, podcasts, and spoken audio without any setup complexity.

Show Mastodon posts in a live Mastodon feed that keeps content fresh, strengthens your social presence, and helps visitors engage with your updates.
Encourage interaction with social votes that let visitors like, upvote, and rank content, boosting engagement and guiding better decisions.
Show AliExpress reviews to build trust, improve credibility, and help visitors make confident purchase decisions that support higher sales.
Track time since important events with a count up clock that displays elapsed days and hours and keeps visitors engaged.
Show Bluesky posts with a Bluesky feed that updates in real time, improves content discovery, and keeps visitors engaged with fresh activity.
Collect and manage donations securely with a customizable online donation form that supports Stripe or PayPal and helps increase contributions.
Use an event list to highlight upcoming activities, improve visibility, and help visitors discover events that increase attendance and engagement.
Showcase photos with an image stack gallery that layers images in a stacked display with smooth transitions to create a visually striking presentation.
Show Vimeo videos with a Vimeo slider that displays clips in a smooth slider to boost engagement and keep visitors watching.
Showcase visuals with an image slider that displays multiple images in a smooth slideshow, improves design, and keeps visitors engaged.
More plugins
The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!
