Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Disable or Delete Product Reviews?


Guest

Recommended Posts

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...