Zuncan Posted July 15, 2005 Share Posted July 15, 2005 Hi! I would like to remove the text "[4 of 5 stars]" that shows on product_reviews.php. I think its a bit of overkill. Ex: Rating: **** [4 of 5 stars] Here is the code that displays this part: <?php echo tep_break_string(tep_output_string_protected($reviews['reviews_text']), 60, '-<br>') . ((strlen($reviews['reviews_text']) >= 1000) ? '..' : '') . '<br><br>' . sprintf(TEXT_REVIEW_RATING, tep_image(DIR_WS_IMAGES . 'stars_' . $reviews['reviews_rating'] . '.gif', sprintf(TEXT_OF_5_STARS, $reviews['reviews_rating'])), sprintf(TEXT_OF_5_STARS, $reviews['reviews_rating'])) . ''; ?> Please help / Zuncan So what?! Who care in a hundred years anyway? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.