Do you mean this? I’ve added in the <?php echo do_shortcode(‘[yith_woocommerce_ajax_search]’); ?> section to the woocommerce.php file, correct?
<?php get_header(); ?>
<div class="column span-17 colborder first" id="maincontent">
<div class="content">
<a class="cart-contents" href="<?php echo WC()->cart->get_cart_url(); ?>" title="<?php _e( 'View your shopping cart' ); ?>"><?php echo sprintf (_n( '%d item', '%d items', WC()->cart->cart_contents_count ), WC()->cart->cart_contents_count ); ?> - <?php echo WC()->cart->get_cart_total(); ?></a>
<?php echo do_shortcode('[yith_woocommerce_ajax_search]'); ?>
<?php woocommerce_content(); ?>
<?php edit_post_link('Edit', '<p>[ ', ' ]</p>'); ?>
</div>
</div>
<div class="column span-6 last">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar-Single') ) : ?>
<?php endif; ?>
</div>
<hr />
<?php get_footer(); ?>