add_action( 'woocommerce_before_add_to_cart_form', 'adet_ustune_yazı' );

function adet_ustune_yazı(){
    echo 'lorem ipsum lorem ipsum';
}