Reviews - Prestige Theme - Product reviews

Hey Guys,

I’m struggling to make the reviews visible on the right place.

Right now, you have to scroll through all of the pictures in order to click a button that says reviews.

I would like them to be visible right below the product title.

Where and what can I insert in our code in order to make it visible there? Maybe someone of yo had the same problem:

Link: https://boozies.de/products/22er-set-beerpong-becher-inkl-3-beerpong-balle-classic-x-ocean

Secondly, I would like to have the Stars visible here at the product collection page.

Again the same question where and what should I change in the code.

Best regards,

Rafael :slightly_smiling_face:

Go to Online Store → Themes → Edit Code → Sections → main-product.liquid (or product-template.liquid, depending on your theme).

2. Find the reviews snippet, which will look like either:

{% render ‘product-reviews’ %}

or

3. Cut that code and paste it right below the product title line:

{{ product.title }}

4. Save and refresh your product page — reviews should now appear just under the title.