Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Eliminate "Current Reviews" text?


lastdual

Recommended Posts

Posted

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.

Posted

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:');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...