Overal Rating

Permalink Browser Info Environment
Hi,

is there a way to get the overall Rating Value?

Type: Discussion
Status: In Progress
sk01
View Replies:
blakeage replied on at Permalink Reply
blakeage
It's not built into the add-on, but it is possible to get this info by changing the code a bit:

In the controller.php of the block, change:
$url .= "&fields=reviews";

to:
$url .= "&fields=reviews,rating";


Add the following line
$this->set("rating", $reviews->result->rating);

before the line:
$this->set("reviews", $reviews->result->reviews);


Now in the view.php, you can add the line:
<?php echo $rating; ?>

concrete5 Environment Information

N/A

Browser User-Agent String

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.