Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Turning Off Reviews


Guest

Recommended Posts

I have decided I don't need to have customer reviews on my website and I want to turn it off completely, i.e. so the Reviews box does not appear on the shop homepage, so that the reviews.php page is not accessed or accessible by customers, and so that no one can write Reviews about products either. Basically I don't want to see anything to do with Reviews anywhere in my shop. ;)

 

Now my question is... how do I do it??

 

P.S. I am sure it is as simple as deleting a few lines of code but I wanted to ask advise here first.

Link to comment
Share on other sites

Even simplier than deleting, I just commented out the line(s) (using a //) that included it.

 

I'm not sure how familiar you are with PHP, but what you are looking for is a "require" command. You need to comment this out in the /catalog/index.php and the /catalog/product_info.php files.

 

I hope this helps?

 

Joey

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...