I don’t see product reviews in the single product page!

I suppose you have enabled the Woocommerce > Products > Enable reviews option, right?

Then check if the comment_status is open for the products. If not, run the following query

UPDATE `wp_posts` SET comment_status = 'open' where post_type = 'product';