{# # Product Rating (Bootstrap 5 Override) # # Renders the star rating with review count link on the single product page. # # Expected context: # product - WC_Product object # rating_count - Number of ratings # review_count - Number of reviews # average - Average rating (0-5) # # WooCommerce PHP equivalent: single-product/rating.php # # @package WcBootstrap # @since 0.1.0 #} {% if rating_count is defined and rating_count > 0 %}
{% endif %}