Please help me customize my store for reviews

Sandra45MJ
Explorer
79 0 9

Hello,

I recently hired someone on Fiverr to help me import product reviews. 
At first, the reviews were displaying properly, but the average rate for every product showed five full stars (as if the rate is 5.0)
The guy I hired told me to install Judge.Me, and after I did that he said I need some customisation for the reviews to display properly (see image how it looks now)
Is someone here able to help me fix this? 
Thank you in advance!

Sandra45MJ_0-1637574114554.png

 

 

Replies 5 (5)

patrick1310
Shopify Partner
6 1 6

Hello @Sandra45MJ ,

 

Could you please share the following information about your store so I can inspect and troubleshoot for you?

- your store URL

- storefront password (if your store has any) 

 

As a first step, can you try going to

- (from your Shopify Admin) Online Store > Themes > Choose your current live theme > Actions > Edit Code. 

- Open the Layout folder > choose the file theme.liquid

- Search for the term 'judgeme_core' in the file. If there are no results, you can add this code right before </head> for Judge.me to run properly in your store 

{% render 'judgeme_core' %}

 

Looking forward to hearing from you

Sandra45MJ
Explorer
79 0 9

Hey there!
My theme.liquid already contains this piece of code.

My store url is www.crueltyfreebabe.com
Thank you for your help

patrick1310
Shopify Partner
6 1 6

Thank you for providing the store URL.

 

Upon checking your storefront, I think that the widget is actually not a Judge.me widget. It's a widget from the Shopify Product Review app instead (please see screenshot for more details)

 

patrickjudgeme_0-1637807536770.png

 

I couldn't find any Judge.me widget installed on your product page so maybe it hasn't been installed. 

 

- You can try sending an installation request to support@judge.me so the supports will help you install 

 

- Or if you are familiar with liquid, you can use this Liquid code to install it:

{% render 'judgeme_widgets', widget_type: 'judgeme_review_widget', concierge_install: false, product: product %}

 

- Or you can drag Judge.me review widget directly in Shopify Theme Editor by following these steps:

1. From  your Shopify Admin, go to Online Store > Themes > Customize 

2. Select the product page for edit from the dropdown like this

 

 

patrickjudgeme_3-1637807998905.png

 

3. On the left sidebar, choose Add Section and then drag the Judge.me Review Widget in where you like 

 

patrickjudgeme_4-1637808124839.png

 

 

 

 

Sandra45MJ
Explorer
79 0 9

Thank you!

I tried the last solution, however I don't seem to have the option to add a section...
Screenshot 2021-11-25 at 23.45.11.png

I will try adding the piece of code you provided, can you just tell me where exactly?
theme.liquid at the very end?

Sandra45MJ
Explorer
79 0 9

Could I please get some help with this?