Testimonials/Reviews for Products

The most frequent approach would be to create a new “review” or “testimonial” Custom Post Type (“CPT”) with a plugin or in your theme‘s functions.php file (or a new child theme‘s functons.php file, if your current theme is not custom-built), and then alter your product page template to use a secondary loop to display your new reviews/testimonials.

All of the documentation I have linked should be enough to get you where you want to go, but there are also a large selection of tutorials available around the ‘net.