Current Path : /var/www/html/anwc/wp-content/themes/eventchamp/ |
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; ?>