Support » Plugin: YITH WooCommerce Ajax Search » Search box on top of products in category pages.

Viewing 4 replies - 1 through 4 (of 4 total)
  • add_action(‘woocommerce_before_shop_loop’, ‘yith_category_search_box’);

    function yith_category_search_box(){
    do_shortcode(‘[yith_woocommerce_ajax_search]’);

    }

    Plugin Author YITHEMES

    (@yithemes)

    the solution of #bheadrick is good!

    I want to add yith woocommerce ajax search in my header pls give me the sollution..http://demo.umarksport.com/ .

    Plugin Author YITHEMES

    (@yithemes)

    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]'); ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search box on top of products in category pages.’ is closed to new replies.