'', 'after' => '', 'delimiter' => ' ' . amp_publisher( 'breadcrumb separator' ) . ' ', ) ); ?> '; echo '
'; if ( is_singular( 'product' ) ) { while ( have_posts() ) : the_post(); wc_get_template_part( 'content', 'single-product' ); endwhile; } else { do_action( 'woocommerce_archive_description' ); if ( woocommerce_product_loop() ) : do_action( 'woocommerce_before_shop_loop' ); woocommerce_product_loop_start(); if ( wc_get_loop_prop( 'total' ) ) : while ( have_posts() ) : the_post(); wc_get_template_part( 'content', 'product' ); endwhile; endif; woocommerce_product_loop_end(); do_action( 'woocommerce_after_shop_loop' ); else : do_action( 'woocommerce_no_products_found' ); endif; } echo '
'; echo '
'; ?>