Debutify - How to display JUDGE.ME review on collection page

Pims
Tourist
9 0 3

Hello,

Does anyone know how to display the Judge.me review on my collection page? I mean only the 5 stars above the name of each product.

I already have the reviews on my product pages.

I have tried everything but it did not work 😞

Thank you in advance for your help.

My website URL: https://www.bonapeticongelados.com/collections/platillos-preparados

Replies 7 (7)

suyash1
Shopify Partner
9134 1137 1484

@Pims - we will need to add review code to collection page and then using css hide the unwanted content if it allows to do so

basically, we will need code editing

To build shopify pages use pagefly You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Paranormal story video using AI
Join me for beginner level training session
Pims
Tourist
9 0 3

@suyash1  Thank you very much for your answer.

I have tried adding the following code to the collection-template.liquid but it did not work.

{% render 'judgeme_widgets', widget_type: 'judgeme_preview_badge', jm_style: '', concierge_install: true %}


Is there any other solution?

suyash1
Shopify Partner
9134 1137 1484

@Pims - can you please add me as staff or collaborator? I will check it

To build shopify pages use pagefly You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Paranormal story video using AI
Join me for beginner level training session
Leonid_Belov
Tourist
11 0 0

I see that you have figured it out. Please let me know how did you do it. Did you simply remove unneeded content using CSS or is there a better solution?

Leonid_Belov
Tourist
11 0 0

@suyash1 Have you found a solution for to display just the stars? I see that https://www.bonapeticongelados.com/collections/platillos-de-comida is working as it should but I need it to be show on featured product on Home page. May I use your solution for this?

Judgeme
Shopify Partner
25 4 3

@Leonid_Belov I assume you're using our app as well. In that case, you can hide the badge texts here https://judge.me/settings?jump_to=preview+badge+settings so only the stars will show.

Judge.me
Jon_Chambers
Excursionist
27 2 2

This is to help others.

Adding star badge to the collections page.

 

You need to pass the product --> product: product

 

        <!--=== JudgeMe ====-->
        {% render 'judgeme_widgets', widget_type: 'judgeme_preview_badge', jm_style: '', product: product, concierge_install: false %}