Change page layout

Template responsible for product category is archive-product.php. Woocommerce is looking for the file first in your theme folder (yourtheme/woocommerce/archive-product.php) and if it’s not there, it’s taking one from plugin folder. The plugin calls for sidebar with <?php do_action( 'woocommerce_sidebar' ); ?>