' ) ) { $rating_html = wc_get_rating_html($product->get_average_rating()); } else { $rating_html = $product->get_rating_html(); } if ( $rating_html ) { echo ''.$rating_html.''; } else { echo "".__('not rated', 'ascend').""; } }