SoniCraze Posted May 20, 2003 Share Posted May 20, 2003 Is there any way i can completely remove the reviews section? so there isnt any buttons to them? I wanna start as simple as possible with alot of that stuff off.. Link to comment Share on other sites More sharing options...
shagymoe Posted May 20, 2003 Share Posted May 20, 2003 Edit the column_right.php file located in catalog/includes. Comment out the following line: require(DIR_WS_BOXES . 'reviews.php'); By changing it to: //require(DIR_WS_BOXES . 'reviews.php'); Link to comment Share on other sites More sharing options...
SoniCraze Posted May 20, 2003 Author Share Posted May 20, 2003 but when you go to look at a products wont the review button still be there? thanks tho that helps with the main page. Link to comment Share on other sites More sharing options...
shagymoe Posted May 20, 2003 Share Posted May 20, 2003 Click on some products and check it. In my installation the "Product Reviews" box is gone from the main page and the "Write a review for this product" box is gone on all of the product pages when I comment out the line I mentioned above. Matt Link to comment Share on other sites More sharing options...
shagymoe Posted May 20, 2003 Share Posted May 20, 2003 Oh wait...I see, you mean the review button. Ok, so now comment out this line in catalog/product_info.php <td class="main"><a href="<?php echo tep_href_link(FILENAME_PRODUCT_REVIEWS, substr(tep_get_all_get_params(), 0, -1)); ?>"><?php echo tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS); ?></a></td> By changing it to: <!-- <td class="main"><a href="<?php echo tep_href_link(FILENAME_PRODUCT_REVIEWS, substr(tep_get_all_get_params(), 0, -1)); ?>"><?php echo tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS); ?></a></td> --> Link to comment Share on other sites More sharing options...
SoniCraze Posted May 22, 2003 Author Share Posted May 22, 2003 worked great, thanks a mill. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.