onedownfiveup Posted January 2, 2009 Share Posted January 2, 2009 I don't want any reviews to be written. Link to comment Share on other sites More sharing options...
onedownfiveup Posted January 11, 2009 Author Share Posted January 11, 2009 TTT Link to comment Share on other sites More sharing options...
dittones Posted January 11, 2009 Share Posted January 11, 2009 Reid, In program \catalog\product_info.php look for <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> and remove it.. Remember to back up your programs or program before you do this... I hope this helps Roman Link to comment Share on other sites More sharing options...
onedownfiveup Posted January 11, 2009 Author Share Posted January 11, 2009 Reid,In program \catalog\product_info.php look for <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> and remove it.. Remember to back up your programs or program before you do this... I hope this helps Roman Thanks, it worked. Link to comment Share on other sites More sharing options...
littletom Posted January 26, 2009 Share Posted January 26, 2009 I tried deleting this code but nothing happened - at all. Any ideas? Peter Link to comment Share on other sites More sharing options...
FIMBLE Posted January 26, 2009 Share Posted January 26, 2009 Not really a good idea to delete it as you might in the future want to use it again. I would suggest you comment it out From <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> Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.