• Resolved silverback123

    (@silverback123)


    From reading, I believe its something to do with searchform.php? But I’m guessing putting the shortcode in there wont work.

    Is there a way to replace the default search with advanced woo search?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Please write me theme name that you are using.

    Thanks.

    Sorry, missed this.

    It’s Flatsome

    Plugin Author ILLID

    (@mihail-barinov)

    Open flatsome/woocommerce/product-searcform.php and replace its content with

    <?php
    echo do_shortcode( ‘[aws_search_form]’ );
    ?>

    Hi there. How might I do this with WooCommerce’s Storefront theme?

    Thanks in advance

    Plugin Author ILLID

    (@mihail-barinov)

    Hi @nimblearchi,

    I find solution for you.

    Open storefront/inc/woocommerce/storefront-woocommerce-template-functions.php file, find line

    <?php the_widget( 'WC_Widget_Product_Search', 'title=' ); ?>

    and replace it with

    <?php echo do_shortcode( '[aws_search_form]' ); ?>

    hello, can i also get this for Fortuna theme. thanks a bunch

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to replace default search with adv woo search?’ is closed to new replies.