I want to display how many people leave feedback and the rating number for a product on every product row on the collection page, home page or any within product loop with the shopify Product Review App.
But I can’t find any way to do it.
Can anyone please give me any suggestion, how can I do this?
2
Answers
Finally, I'm able to display how many people rating for a product. Here is the code
I did it in this way
"ratingCount":"{{ product.metafields.spr.reviews | split:'"reviewCount": "' | last | split: '",' | first | plus : 0}}"