carpenoctem Posted March 16, 2004 Share Posted March 16, 2004 what file does the reviews of this product thing appear in? i do not want to to be able to appear on the pages. Link to comment Share on other sites More sharing options...
Guest Posted March 16, 2004 Share Posted March 16, 2004 Are you talking about removing the "reviews" box? If so, you will find this code in the catalog/includes/column_right.php page: require(DIR_WS_BOXES . 'reviews.php'); Comment it out like this: //require(DIR_WS_BOXES . 'reviews.php'); Link to comment Share on other sites More sharing options...
carpenoctem Posted March 17, 2004 Author Share Posted March 17, 2004 i was talking about when an item is selected... and being viewed, on the bottom toolbar there is a button for "reviews" and a button for "add to cart" and i just want to have the add to cart. Link to comment Share on other sites More sharing options...
Colin Posted March 17, 2004 Share Posted March 17, 2004 find the line that looks somewhat similar 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> Add a doubleslash in front of echo so that it looks like <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> Link to comment Share on other sites More sharing options...
Colin Posted March 17, 2004 Share Posted March 17, 2004 well... I guess you could also make that section look like.. <td class="main"> </td> Whatever your flavor.. later, Colin Link to comment Share on other sites More sharing options...
carpenoctem Posted March 19, 2004 Author Share Posted March 19, 2004 what file will i find that code in? or what file shoule i edit that code in i think is a better question Link to comment Share on other sites More sharing options...
Guest Posted March 24, 2004 Share Posted March 24, 2004 /includes/column_right.php Link to comment Share on other sites More sharing options...
DrForrester Posted September 19, 2004 Share Posted September 19, 2004 It's catalog/product_info.php. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.