Comments 6Fabian started the conversationOctober 13, 2022 at 4:02pmHello Laborator Team,Can I display the review stars in the catalog / product overview?Thank youFabian 1,558Laborator repliedOctober 14, 2022 at 7:46amHi Fabian,This is not enabled by default in the theme, but I found a code which you can try and put under theĀ functions.php of your child theme: add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 ); if ( ! function_exists( 'woocommerce_template_loop_rating' ) ) { /** * Display the average rating in the loop. */ function woocommerce_template_loop_rating() { wc_get_template( 'loop/rating.php' ); } } Best regards,Laborator Team Documentation Join Kalium Users Group 6Fabian repliedOctober 15, 2022 at 8:30pmHi Art,Thank you so much for your fast reply and help. Works great.All the best,Fabian 1,558Laborator repliedOctober 17, 2022 at 7:19amHappy to hear that Fabian, have a great dayBest regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Hello Laborator Team,
Can I display the review stars in the catalog / product overview?
Thank you
Fabian
Hi Fabian,
This is not enabled by default in the theme, but I found a code which you can try and put under theĀ functions.php of your child theme:
Best regards,
Laborator Team
Hi Art,
Thank you so much for your fast reply and help.
Works great.
All the best,
Fabian
Happy to hear that Fabian, have a great day
Best regards,
Laborator Team