Hey,
I am trying to display an average star rating for a product.
I’ve created 2 data types:
- Product - product contains Review with multiple listing
- Review - contains Product data field, and a star data field (number)
I had success making the review itself including the star value, but what I am trying to figure out is how to display the average value on the stars.
I’ve tried also to generate an average value that would be displayed as a number, but didn’t work as well, so I guess I am doing something wrong.
On the Main Stars (the one that should show the average), the initial content is:
Current page Product’s Review’s star: average
Where did it went wrong?
Thanks for your time and help.