How can I remove "Review this product" AND all subsequent REVIEW/S bittons, modules, and content?
Lisa
This is a discussion on MS2-MAX: How to Remove All "REVIEW"- related modul within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; How can I remove "Review this product" AND all subsequent REVIEW/S bittons, modules, and content? Lisa...
How can I remove "Review this product" AND all subsequent REVIEW/S bittons, modules, and content?
Lisa
This removes the button so you cannot use that service
The file is product_info.tpl.php or product_info.php
<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 remove it from the right colum look in column_right.php
require(DIR_WS_BOXES . 'reviews.php');
Bookmarks