Limit the number of comment ratings - by waller

This topic has 3 replies, 2 voices, and was last updated 2 years, 4 months ago ago by waller

  • Avatar: waller
    waller
    Participant
    December 27, 2021 at 16:49

    How can i limit the number of comment ratings to 3?
    (single product page)

    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 27, 2021 at 17:03

    Hello,

    Try to add the next code in Theme Options > Theme custom CSS > Global:

    .single-product ol.commentlist {
        overflow-y: scroll;
        max-height: 655px;
        padding-right: 15px;
    }

    Regards

    Avatar: waller
    waller
    Participant
    December 27, 2021 at 17:42

    very good, how can I change the order, -> last entry first?

    edit:

    in funktions.php:

    function wpa_filter_list_comments($args){
      $args['reverse_top_level'] = true;
      return $args;
    }
    add_filter( 'woocommerce_product_review_list_args', 'wpa_filter_list_comments' );

    and it works fine
    Regards

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘limit the number of comment ratings’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.