// woo - place description after short description
add_action( 'woocommerce_single_product_summary', 'ta_the_content' );
function ta_the_content() {
echo the_content();
}
// woo - place description after short description
add_action( 'woocommerce_single_product_summary', 'ta_the_content' );
function ta_the_content() {
echo the_content();
}