Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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:
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
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