Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Reviews


Guest

Recommended Posts

Hi

 

I am trying to turn of the product reviews on the product info page, but with no success.

I have uninstalled the content module "Product Reviews"  in admin and the "Reviews" in admiin.Boxes. Is there somewhere else that this needs to be "turned off". This is crazy!!

 

Many thanks

 

Grandpa

Link to comment
Share on other sites

Hi JJ

 

Many thanks for that.

 

Have you tried uninstalling the "Product Reviews" content module. I think its a bug, but don't know, as my knowledge of such things is extremely limited, thats why I thought I would let you know.

When I try to uninstall the module thru the admin area, so that it wont show on the product info page, nothing happens. It stays put.

Look forward to your comments.

 

Cheers

 

John

Link to comment
Share on other sites

@@14steve14

 

Hi

 

Thanks for your response.

 

I have cleared the browser cache, but am unsure about " any cache files you may have on your oscommerce set up." We have a live site using BS234 (from around late Jan early Feb I think release) and have the same problem. (uninstall product reviews module, nothing changes on the site, reviews button still stays

 

Cheers

 

Grandpaj

Link to comment
Share on other sites

In product_info.php, find

 

<div class="col-xs-6"><?php echo tep_draw_button(IMAGE_BUTTON_REVIEWS . (($reviews['count'] > 0) ? ' (' . $reviews['count'] . ')' : ''), 'glyphicon glyphicon-comment', tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params())); ?></div>

 

replace with:

 

<div class="col-xs-6"><?php //echo tep_draw_button(IMAGE_BUTTON_REVIEWS . (($reviews['count'] > 0) ? ' (' . $reviews['count'] . ')' : ''), 'glyphicon glyphicon-comment', tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params())); ?></div>

Link to comment
Share on other sites

@@Hotclutch

 

Thanks for that.

 

I guess by having to resort to this, it indicates that the problem with removing "Reviews" is a wee bug. in BS.

 

Cheers and thanks

 

Grandpa

Link to comment
Share on other sites

I am not sure that it is a bug. I see the reviews module in Admin, which will add a reviews block to your product page. I don't think that's it's meant to remove the reviews button as well.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...