Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Reviews


graphicgreg

Recommended Posts

I am using osCommerce to sell plants for an orchid nursery. We do not review orchids. Is there some fairly easy way to make the whole reviews options disappear or do I need to poke though dozens of files to vanquish it? Thanks ! ! ! !

Link to comment
Share on other sites

Go to includes/column_right.php and add "//" at the beginning of this line:

 

require(DIR_WS_BOXES . 'reviews.php');

 

To make it look like this:

 

//require(DIR_WS_BOXES . 'reviews.php');

Link to comment
Share on other sites

Thanks John for replying. I see that I had done that already...actually removed the line rather than commenting it out. But I still get the "Reviews" button at the bottom of my product displays i in the same navbar as the "Add to Cart" button. Then if I click on that I get the screen that says there are currently no reviews but shows a button to "Write a Review" which takes me to a text box for writing a review. I would like to make the whole review option disappear as I am afraid that a piece of it will show up someplace during the checkout process.

Link to comment
Share on other sites

Greg, If you'll notice, I removed the product reviews from one of my sites as well:

 

http://sitefever.com

 

Wherever you see a product review icon, just see what page you're on and comment that part out of the page or remove it. For example, product_info.php around line 194, remove this:

 

				<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>

 

If you need any additional help on this, feel free to PM me.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...