aladdin Posted January 15, 2005 Posted January 15, 2005 want to get rid of Product reviews totally . Which files do i have to deal with? ---thanks---
Guest Posted January 15, 2005 Posted January 15, 2005 Opps. You meant "How to completely get rid of product review feature?" right? (I thought that you wanted to delete a single review) lol. :-" Here's what to do. Open catalog/includes/column_right.php and change require(DIR_WS_BOXES . 'reviews.php'); to //require(DIR_WS_BOXES . 'reviews.php'); Now open catalog/product_info.php and change <td class="main"><?php echo TEXT_CURRENT_REVIEWS . ' ' . $reviews['count']; ?></td> to <td class="main"><?php //echo TEXT_CURRENT_REVIEWS . ' ' . $reviews['count']; ?></td> also change <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> to <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> Have fun! :thumbsup:
aladdin Posted January 15, 2005 Author Posted January 15, 2005 It worked! THANK YOU VERY MUCH :rolleyes:
Guest Posted January 15, 2005 Posted January 15, 2005 It worked! THANK YOU VERY MUCH :rolleyes: <{POST_SNAPBACK}> Don't forget to polish the Lamp. :lol:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.