post_content) || !has_shortcode($post->post_content, 'woocommerce_cart') ? do_shortcode('[woocommerce_cart]') : '';
endif;
while (have_posts()) :
the_post();
the_content();
endwhile;
?>