Guest Posted April 16, 2015 Share Posted April 16, 2015 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 More sharing options...
Roaddoctor Posted April 16, 2015 Share Posted April 16, 2015 try adding a review... perhaps it wont activate until a review is added.... just a guess -Dave Link to comment Share on other sites More sharing options...
Guest Posted April 16, 2015 Share Posted April 16, 2015 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 More sharing options...
♥14steve14 Posted April 17, 2015 Share Posted April 17, 2015 I take it you have tried clearing your browsers cache and any cache files you may have on your oscommerce set up. REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
Guest Posted April 20, 2015 Share Posted April 20, 2015 @@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 More sharing options...
Hotclutch Posted April 20, 2015 Share Posted April 20, 2015 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 More sharing options...
Guest Posted April 21, 2015 Share Posted April 21, 2015 @@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 More sharing options...
Hotclutch Posted April 21, 2015 Share Posted April 21, 2015 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.