lastdual Posted July 6, 2005 Posted July 6, 2005 OK, I know that I can eliminate the link button to reviews by editing out this code from product_info.php: <td class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params()) . '">' . tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS) . '</a>'; ?></td> However, I'm still stuck with the text under every product saying "Current Reviews: XX". What do I need to do to get rid of this text? I want to remove the reviews from my site but it looks bad if the link button is gone while the text alluding to reviews remains.
lastdual Posted July 6, 2005 Author Posted July 6, 2005 eh, I found it. For anyone that cares: open product_info.php (in includes/languages/english) and search for review and you will find define('TEXT_CURRENT_REVIEWS', 'Current Reviews:');
Guest Posted July 6, 2005 Posted July 6, 2005 eh, I found it. For anyone that cares: <{POST_SNAPBACK}> awwww, we do care, really :rolleyes:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.