Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

want to remove the review button


funkyneil

Recommended Posts

Posted

product_info.php

 

line 211

 

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

 

as far as I can see by commenting as above this will stop reviews from reading reviews.

 

The Kb articles already mention how to remove the review box from the left/right columns http://www.oscommerce.info/kb/osCommerce/C...g_Area/Boxes/64

 

I thought i would share that with y'all if it comes in useful, glad to be of help

Posted

Or you can just comment out the entire column:

 

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

Archived

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

×
×
  • Create New...