Hello community
I would like to add stars and number of reviewers in my catalog page of product
app : judge.me
theme: dawn 10.0.0
i’am looking for the code to add and in which file code
Thanks in advance
Hello community
I would like to add stars and number of reviewers in my catalog page of product
app : judge.me
theme: dawn 10.0.0
i’am looking for the code to add and in which file code
Thanks in advance
add the following code to display the stars and the number of reviewers:
{% if product.metafields.judgeme %}
{% assign stars = product.metafields.judgeme.review_summary.average_score %}
{% assign reviewers = product.metafields.judgeme.review_summary.count_reviews %}
{{ stars }} stars
({{ reviewers }} reviews)
{% endif %}
can you give more details please ?
in which section ?
thank you
in product.liquid file