Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with Product Reviews


Guest

Recommended Posts

Posted

Could someone tell me how to remove product reviews? or direct me to an earlier post of the same issue.

 

Client does not want customers writing in reviews and posting them on the cart..

 

sorry, I was unable to find a post reflecting this issue..

 

Thank you in advance

Posted
Could someone tell me how to remove product reviews? or direct me to an earlier post of the same issue.

 

Client does not want customers writing in reviews and posting them on the cart..

 

sorry, I was unable to find a post reflecting this issue..

 

Thank you in advance

 

Yes,

make sure your file includes/column_right.php is writeable (777)

 

Open the includes/column_right.php file and comment out (//) the line that reads:

 

require(DIR_WS_BOXES . 'reviews.php');

 

To Read this:

 

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

 

Then reset your permissions back to 644.

 

The Reviews box will not show up.

Posted

Issue resolved by commenting out // the PRODUCT_REVIEWS_BUTTON line on the catalog/product_info page

 

all set, thanks to all.

Archived

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

×
×
  • Create New...