While we don't offer a built-in feature to turn the Review Widget into a tab, you can place the widget inside an existing tab or collapsible section created by your theme or another app. This lets you keep your product page organized while still showcasing customer feedback exactly where shoppers expect it.
To show the reviews inside a tab on your product page:
Step 1: Enable Judge.me app embed
For the Review Widget to work, the app embed needs to be enabled.
To enable Judge.me app embed:
From your Shopify admin, go to Online Store > Themes.
Find the theme you want to edit and click Customize.
Click the App embeds icon (third one on the left panel).
Enable Judge.me app embed.
Click Save.
Step 2: Add the Review Widget code
To add the Review Widget in your collapsible tab:
Go to Shopify theme editor:
From your Shopify admin, go to Online Store > Themes.
Find the theme you want to edit and click Customize.
Find the right template:
From the dropdown menu at the top, select Products > Default product.
Add the code:
On the left panel, inside Template, open the section for the tab that you want to add the Review Widget in.
In the Custom liquid field, add the following Review Widget code and click Save:
<!-- Start of Judge.me code -->
<div style='clear:both'></div>
<div id='judgeme_product_reviews' class='jdgm-widget jdgm-review-widget' data-product-title='{{ product.title | escape }}' data-id='{{ product.id }}' data-auto-install='false'>{{ product.metafields.judgeme.widget }}
</div>
<!-- End of Judge.me code -->