I have troubles displaying multi rating results:
When I display total rating of all ratings I display it like this: $rating['total']
.
When I display ratings list (record list with individual rating) I used to have it like this:$item-votes_result
. But it seems this is wrong because when I edited one review and changed rating the results in output didn't change. Do I have to use something with $rating...
?
I have troubles displaying multi rating results:
When I display total rating of all ratings I display it like this:
$rating['total']
.When I display ratings list (record list with individual rating) I used to have it like this:
$item-votes_result
. But it seems this is wrong because when I edited one review and changed rating the results in output didn't change. Do I have to use something with$rating...
?