Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No Reviews


Guest

Recommended Posts

Posted

Hi

 

I am a newbie to the oscommerce shopping cart and do not want to have a link up at this time for reviews.

What is the best way to remove the reviews link?

Posted

/includes/column_right.php

 

make

 

require(DIR_WS_BOXES . 'reviews.php');

 

into

 

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

  • 4 weeks later...
Posted

Hi,

 

Can anyone help me remove the reviews buttom from teh bottom of the product info page?

 

Cheers!

Posted

Just replace this line:

 

/include/product_info.php

 

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

 

with:

 

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

 

Just add the "comment" tag to temporaly remove this feature....

Posted

Just replace this line:

 

/include/product_info.php

 

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

 

with:

 

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

 

Just add the "comment" tag to temporaly remove this feature....

Posted
Just replace this line:

 

/include/product_info.php

 

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

 

with:

 

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

 

Just add the "comment" tag to temporaly remove this feature....

 

Thank You!

Archived

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

×
×
  • Create New...