Woocommerce “added to cart” message on main(home) page

Solution was as simple as it should be: I’ve just added this piece of code into my main page .php file:

do_action( 'woocommerce_before_single_product' );