Guest Posted September 29, 2006 Posted September 29, 2006 Hi I am a newbie to the oscommerce shopping cart and do not want to have a link up at this time for reviews. What is the best way to remove the reviews link?
MSP Posted September 29, 2006 Posted September 29, 2006 /includes/column_right.php make require(DIR_WS_BOXES . 'reviews.php'); into // require(DIR_WS_BOXES . 'reviews.php');
Guest Posted October 24, 2006 Posted October 24, 2006 Hi, Can anyone help me remove the reviews buttom from teh bottom of the product info page? Cheers!
DuFF1 Posted October 24, 2006 Posted October 24, 2006 Just replace this line: /include/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> with: <!-- <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> --> Just add the "comment" tag to temporaly remove this feature....
DuFF1 Posted October 24, 2006 Posted October 24, 2006 Just replace this line: /include/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> with: <!-- <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> --> Just add the "comment" tag to temporaly remove this feature....
Guest Posted October 26, 2006 Posted October 26, 2006 Just replace this line: /include/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> with: <!-- <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> --> Just add the "comment" tag to temporaly remove this feature.... Thank You!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.