Change Text on Shopify Product Reviews Star Rating Badge

Hello. Trying to change the text next to the star rating badge in the Shopify Product Reviews App. It currently displays the number of reviews in parenthesis “(30).” I want it to say “30 Reviews” with no parenthesis. The settings in the app require liquid to change the text and I can’t figure it out.

Here’s what it looks like currently:

Screen Shot 2022-11-21 at 1.41.29 PM.png

And here is what the current settings for the custom liquid code are:

It gets cut off in the picture but the code is:

{{product.reviews_count}} {{ product.reviews_count | pluralize: ‘review’, ‘reviews’ }}

Thank you in advance for your help!

Hi @snowman1

Depending on the theme you are using, if you are using Shopify 2.0 Themes, such as Dawn, Refresh and so on, these changes on the text will not apply. Only on Vintage themes, like Debut, Minimal, and more.

Hello, I would also like to have this change made. can you suggest the liquid code to use instead of {{product.reviews_count}} {{ product.reviews_count | pluralize: ‘review’, ‘reviews’ }}. I am actually using the out of sandbox turbo theme. Thanks in advance! Sam