echo get_the_title( ‘ID’ );

function woocommerce_template_single_title() { wc_get_template( 'single-product/title.php' ); }
function woocommerce_template_single_excerpt() { wc_get_template( 'single-product/short-description.php' ); }
function woocommerce_show_product_images() { wc_get_template( 'single-product/product-image.php' ); }