• Resolved chiko21

    (@chiko21)


    Hi There.

    Wondering if there is any way to enable both the count of the number of reviews & star ratings, to show alongside each other, for each product on the result page? This is a very key part of the customer buying decision.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • What is the rating plugin that you are using in WooCommerce to keep track of the product reviews/stars?

    Thread Starter chiko21

    (@chiko21)

    I used the built-in rating/review that comes with WooCommerce. Below are how I access the review count and star rating for each product when modifying the source.
    $rating_count = $product->get_rating_count();
    $review_count = $product->get_review_count();
    $average = $product->get_average_rating();

    Thank you for the information, we haven’t implemented the pulling of rating from WooCommerce yet. As it is a core WooCommerce feature we will definitely implement it.

    I will keep you posted as soon as we release it.

    Hi there, we have just added the reviews import to the quiz, you will be able to activate the setting in the Quiz Builder / Result Page Settings / Individual Product Settings.

    Please check it out when you have time, I hope you like it ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘count of the number of reviews & star rating’ is closed to new replies.