Add text below the Add to Cart button.

add_action( 'woocommerce_after_add_to_cart_button', 'QL_add_text_under_add_to_cart' );
function QL_add_text_under_add_to_cart() {
  echo 'Contact us for bulk purchases';
}

 

In case of any complain or © copyright or issues please check disclaimer page for faster resolutions.