get_rating_count() : 1; $review_count = method_exists($product, 'get_review_count') ? $product->get_review_count() : 1; $average = method_exists($product, 'get_average_rating') ? $product->get_average_rating() : 0; if ($rating_count > 0) { ?>