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

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 :disappointed_face:

Thank you in advance for your help.

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

@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

@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?

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

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?

@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?

@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.

This is to help others.

Adding star badge to the collections page.

You need to pass the product โ†’ product: product


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