Your account expired support, please renew to get your support.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20425
    h1yantan
    Support Expired

    Greetings. How to make a search only by names and categories? (Now the search is also looking for the description, we don’t need it).

    #20440

    Hi you,

    You can use this plugin: https://wordpress.org/plugins/ajax-search-for-woocommerce/

    and then, add this custom code to file functions.php:

    function freshio_product_search() {
    		if ( ! freshio_get_theme_option( 'show-header-search', true ) ) {
    			return;
    		}
    		if ( freshio_is_woocommerce_activated() ) {
    			?>
                <div class="site-search">
    				<?php echo do_shortcode('[fibosearch]'); ?>
                </div>
    			<?php
    		}
    	}
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.