<?php get_header('shop'); ?> <?php while (have_posts()) : the_post(); wc_get_template_part('content', 'single-product'); endwhile; // end of the loop. ?> <?php get_footer('shop'); ?>