File: /home/mastech10/public_html/wp-content/themes/newses/woocommerce.php
<?php
/**
* The template for displaying all WooCommerce pages.
*
* @package Newses
*/
get_header(); ?>
<!--==================== ti breadcrumb section ====================-->
<?php if ( function_exists( 'is_product' ) && !is_product() ) { get_template_part('index','banner'); } ?>
<!-- #main -->
<main id="content" class="woo-class">
<div class="container">
<div class="row">
<div class="col-md-12">
<?php woocommerce_content(); ?>
</div>
</div><!-- .container -->
</div>
</main><!-- #main -->
<?php get_footer(); ?>