funkyneil Posted June 30, 2004 Posted June 30, 2004 product_info.php line 211 <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> as far as I can see by commenting as above this will stop reviews from reading reviews. The Kb articles already mention how to remove the review box from the left/right columns http://www.oscommerce.info/kb/osCommerce/C...g_Area/Boxes/64 I thought i would share that with y'all if it comes in useful, glad to be of help
Acheron Posted July 1, 2004 Posted July 1, 2004 Or you can just comment out the entire column: <!-- <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> -->
Recommended Posts
Archived
This topic is now archived and is closed to further replies.