How to replace the standard search on our website
After installing the plugin YITH WooCommerce Ajax Search, this does not automatically replaces all search forms in your website.
After activating the plugin, you can have access to settings dashboard in "YIT Plugins -> Ajax Search".
Plugin can be used in three ways:
- with the YITH WooCommerce Product Search widget
- with the specific shortcode [yith_woocommerce_ajax_search]
- by inserting in the template the following php code:
<?php echo do_shortcode('[yith_woocommerce_ajax_search]'); ?>