Guest Posted November 8, 2005 Share Posted November 8, 2005 Does anyone know how to disable or delete the product reviews from within OScommerce. I have disabled from the right hand column but it still shows under each product and i do not need this feature. :( Link to comment Share on other sites More sharing options...
MoisesZaragoza Posted November 8, 2005 Share Posted November 8, 2005 Go to catalog> includes > column_right.php and fine the line require(DIR_WS_BOXES . 'reviews.php'); and change it to # require(DIR_WS_BOXES . 'reviews.php'); at the end of the day the code will be good Link to comment Share on other sites More sharing options...
Guest Posted November 8, 2005 Share Posted November 8, 2005 I had already done that, unfortunately all does is remove the reviews column. I want to remove the reviews link from the product info page, so their is no way people can see or place reviews. to see what i mean by the reviews link being on the product page click on the link http://www.technotoday.co.uk/catalog/produ...4ce3b653c2b9b7c Any other advice of how it could be removed would be greatly appreciated Thanks Link to comment Share on other sites More sharing options...
MoisesZaragoza Posted November 9, 2005 Share Posted November 9, 2005 Can you post the code for http://www.technotoday.co.uk/catalog/produ...4ce3b653c2b9b7c I have change my page. at the end of the day the code will be good Link to comment Share on other sites More sharing options...
WiseWombat Posted November 9, 2005 Share Posted November 9, 2005 Can you post the code for http://www.technotoday.co.uk/catalog/produ...4ce3b653c2b9b7c I have change my page. I think theres actualy two lines that need commenting out? ( WARNING ) I think I know what Im talking about. BACK UP BACK UP BACK UP BACK UP Link to comment Share on other sites More sharing options...
Guest Posted November 14, 2005 Share Posted November 14, 2005 I think theres actualy two lines that need commenting out? i think so... I have the same problem. any idea where or what these lines are...?? Link to comment Share on other sites More sharing options...
akhtarkasia Posted November 14, 2005 Share Posted November 14, 2005 Hi Guys, First of all im no techie, but it has worked for my site. Open product_info.php file and delete <tr> <td class="main" align="left"><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> which is just before the bottom code. <td class="main" align="right"> <?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td> </tr> Please guys this has worked for me check it at http://www.pennpaper.co.uk/product_info.php/products_id/954 But before you do do make a copy of your product_info.php file just in case... Akhtar :rolleyes: Link to comment Share on other sites More sharing options...
Guest Posted November 17, 2005 Share Posted November 17, 2005 Akhtar many thanks for that worked great just what i needed :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.