After adding a product from a single product page, Woocommerce will show a message that the product is added to the cart. In order to show the message add this code where you wanna show the message:
#CODE EXAMPLE
<?php do_action( 'woocommerce_before_single_product' ); ?>