Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Its can be done with little code changes.
    Open advanced-woo-search.php file, find lines

    wp_enqueue_script( 'aws-script', AWS_URL . '/assets/js/common.js', array('jquery'), AWS_VERSION, true );
    wp_localize_script( 'aws-script', 'aws_vars', array(
        'sale'      => __( 'Sale!', 'aws' ),
        'noresults' => $this->get_settings( 'not_found_text' ) ? $this->get_settings( 'not_found_text' ) : __( 'Nothing found', 'aws' )
    ) );

    and remove/comment them.

Viewing 1 replies (of 1 total)
  • The topic ‘Search Dropdown’ is closed to new replies.