Available Functions
{% set reviews = craft.productReview.getAllReviews(null, 'live', "rating DESC", 10) %}
{% for review in reviews %}
{{ review.rating }}
{% endfor %}Last updated
{% set reviews = craft.productReview.getAllReviews(null, 'live', "rating DESC", 10) %}
{% for review in reviews %}
{{ review.rating }}
{% endfor %}Last updated
{% set review = craft.productReview.getReviewById(1) %}{% set review = craft.productReview.getPendingReviewById(1) %}