Home Forums Themes Support Claue Display ratings in archives / categories

Viewing 1 reply thread
  • Author
    Posts
    • #4474

      Hi,

      I want to display the products rating in the category page, how can I do this?

    • #4484

      Hi,

      Please add this code into functions.php file of child theme

      add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 15 );

      – Foster

Viewing 1 reply thread

You must be logged in to reply to this topic.