Your IP : 216.73.216.164


Current Path : /var/www/html/anwc/wp-content/themes/eventchamp/
Upload File :
Current File : /var/www/html/anwc/wp-content/themes/eventchamp/woocommerce.php

<?php if ( class_exists( 'woocommerce' ) ) : ?>

	<?php get_header(); ?>
	
		<?php
			if (is_product()) :
				get_template_part( 'woocommerce', 'single' );
			else :
				get_template_part( 'woocommerce', 'page' );
			endif;
		?>
		
	<?php get_footer(); ?>
	
<?php endif; ?>